From 1547eec9428f5ced3c2d5ac1d2420d86254f2048 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 13 Nov 2003 03:33:09 +0000 Subject: "" svn path=/trunk/; revision=1182 --- externals/grill/flext/source/flext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'externals/grill/flext/source/flext.h') diff --git a/externals/grill/flext/source/flext.h b/externals/grill/flext/source/flext.h index 9fd63487..c18fd29c 100644 --- a/externals/grill/flext/source/flext.h +++ b/externals/grill/flext/source/flext.h @@ -44,7 +44,9 @@ WARRANTIES, see the file, "license.txt," in this distribution. #elif FLEXT_THREADS == FLEXT_THR_MP #include #elif FLEXT_THREADS == FLEXT_THR_WIN32 + #define _WIN32_WINNT 0x500 // must be WIN2000 at least! #include + #include #else #error "Thread model not supported" #endif -- cgit v1.2.1