Commit 35abfd44 authored by Deomid Ryabkov's avatar Deomid Ryabkov Committed by rojer

Fix windows build

    PUBLISHED_FROM=3b3788da8c2dcc57897044701c5252ea46db0249
parent e98b5a69
...@@ -1266,7 +1266,7 @@ FILE *mg_fopen(const char *path, const char *mode); ...@@ -1266,7 +1266,7 @@ FILE *mg_fopen(const char *path, const char *mode);
int mg_open(const char *path, int flag, int mode); int mg_open(const char *path, int flag, int mode);
#endif /* MG_DISABLE_FILESYSTEM */ #endif /* MG_DISABLE_FILESYSTEM */
#ifdef _WIN32 #if defined(_WIN32) && !defined(MG_ENABLE_THREADS)
#define MG_ENABLE_THREADS #define MG_ENABLE_THREADS
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment