Enable threads on Win by default

PUBLISHED_FROM=cc4070d618f079ccd1e02e62bba87247e75c74aa
This commit is contained in:
Sergey Lyubka 2015-11-19 09:32:52 +01:00 committed by Sergey Lyubka
parent bda470245e
commit d68fab9ee5

View File

@ -1192,6 +1192,10 @@ FILE *mg_fopen(const char *path, const char *mode);
int mg_open(const char *path, int flag, int mode);
#endif /* MG_DISABLE_FILESYSTEM */
#ifdef _WIN32
#define MG_ENABLE_THREADS
#endif
#ifdef MG_ENABLE_THREADS
/*
* Start a new detached thread.