diff options
Diffstat (limited to 'tests/condvar2.c')
-rw-r--r-- | tests/condvar2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/condvar2.c b/tests/condvar2.c index 982bd7f..7946cea 100644 --- a/tests/condvar2.c +++ b/tests/condvar2.c @@ -73,6 +73,8 @@ * - Process returns non-zero exit status. */ +#define _WIN32_WINNT 0x400 + #include "test.h" #include <sys/timeb.h> |