Skip to content
Snippets Groups Projects
Commit d14c7ad7 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Depend HAVE_NT_THREADS on _WINNT

parent 3e5c381d
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,11 @@
/* don't suck in all of the win32 api */
#define WIN32_LEAN_AND_MEAN
#ifdef _MT
#if defined(_WIN32) && !defined(_WINNT) && !defined(_WIN95)
#define _WINNT
#endif
#if defined( _MT ) && defined( _WINNT )
#define HAVE_NT_THREADS 1
#else
#define NO_THREADS 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment