mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
Merge pull request #656 from okuoku/win32-guess-green-threads
Win32: Guess SEXP_USE_GREEN_THREADS
This commit is contained in:
commit
e694f45f71
1 changed files with 4 additions and 0 deletions
|
@ -366,8 +366,12 @@
|
|||
#endif
|
||||
|
||||
#ifndef SEXP_USE_GREEN_THREADS
|
||||
#if defined(_WIN32)
|
||||
#define SEXP_USE_GREEN_THREADS 0
|
||||
#else
|
||||
#define SEXP_USE_GREEN_THREADS ! SEXP_USE_NO_FEATURES
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef SEXP_USE_DEBUG_THREADS
|
||||
#define SEXP_USE_DEBUG_THREADS 0
|
||||
|
|
Loading…
Add table
Reference in a new issue