mirror of
https://github.com/holub/mame
synced 2025-07-23 02:01:08 +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
|
#pragma warning (disable : 4204) // missing c99 support
|
||||||
#endif
|
#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 */
|
#define MONGOOSE_ENABLE_THREADS /* Windows uses stdio threads for CGI */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user