Merge pull request #656 from okuoku/win32-guess-green-threads

Win32: Guess SEXP_USE_GREEN_THREADS
This commit is contained in:
Alex Shinn 2020-06-06 17:44:57 +09:00 committed by GitHub
commit e694f45f71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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