mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00
Don't redefine MONGOOSE_ENABLE_THREADS on Windows
This commit is contained in:
parent
5caf281fee
commit
48ef2a60f3
2
3rdparty/mongoose/mongoose.c
vendored
2
3rdparty/mongoose/mongoose.c
vendored
@ -63,7 +63,7 @@
|
||||
#pragma warning (disable : 4204) // missing c99 support
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && !defined(MONGOOSE_NO_CGI)
|
||||
#if defined(_WIN32) && !defined(MONGOOSE_NO_CGI) && !defined(MONGOOSE_ENABLE_THREADS)
|
||||
#define MONGOOSE_ENABLE_THREADS /* Windows uses stdio threads for CGI */
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user