Set NS_DISABLE_THREADS ifndef MONGOOSE_ENABLE_THREADS

This commit is contained in:
Sergey Lyubka 2015-03-20 15:33:02 +00:00
parent 409c12a851
commit c0ba32f7a6

View File

@ -61,6 +61,10 @@
#pragma warning (disable : 4204) // missing c99 support
#endif
#ifndef MONGOOSE_ENABLE_THREADS
#define NS_DISABLE_THREADS
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <assert.h>