mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Win32: Guess SEXP_USE_GREEN_THREADS
Guess SEXP_USE_GREEN_THREADS=0 ifdef `_WIN32`.
This commit is contained in:
parent
d42d4d5600
commit
1b46d91053
1 changed files with 4 additions and 0 deletions
|
@ -366,8 +366,12 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SEXP_USE_GREEN_THREADS
|
#ifndef SEXP_USE_GREEN_THREADS
|
||||||
|
#if defined(_WIN32)
|
||||||
|
#define SEXP_USE_GREEN_THREADS 0
|
||||||
|
#else
|
||||||
#define SEXP_USE_GREEN_THREADS ! SEXP_USE_NO_FEATURES
|
#define SEXP_USE_GREEN_THREADS ! SEXP_USE_NO_FEATURES
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef SEXP_USE_DEBUG_THREADS
|
#ifndef SEXP_USE_DEBUG_THREADS
|
||||||
#define SEXP_USE_DEBUG_THREADS 0
|
#define SEXP_USE_DEBUG_THREADS 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue