Commit c0ba32f7 authored by Sergey Lyubka's avatar Sergey Lyubka

Set NS_DISABLE_THREADS ifndef MONGOOSE_ENABLE_THREADS

parent 409c12a8
......@@ -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>
......
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