mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-12 20:59:03 +08:00
Set NS_DISABLE_THREADS ifndef MONGOOSE_ENABLE_THREADS
This commit is contained in:
parent
409c12a851
commit
c0ba32f7a6
@ -61,6 +61,10 @@
|
|||||||
#pragma warning (disable : 4204) // missing c99 support
|
#pragma warning (disable : 4204) // missing c99 support
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef MONGOOSE_ENABLE_THREADS
|
||||||
|
#define NS_DISABLE_THREADS
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user