Win32: Guess SEXP_USE_GREEN_THREADS

Guess SEXP_USE_GREEN_THREADS=0 ifdef `_WIN32`.
This commit is contained in:
okuoku 2020-06-05 05:51:23 +09:00
parent d42d4d5600
commit 1b46d91053

View file

@ -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