From 4ec3dfe8a29e5b3dd0a0dc7afa23b7da90ddb1d5 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 12 Dec 2003 22:46:40 +0000 Subject: "" svn path=/trunk/; revision=1218 --- externals/grill/flext/source/flthr.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'externals/grill/flext/source/flthr.cpp') diff --git a/externals/grill/flext/source/flthr.cpp b/externals/grill/flext/source/flthr.cpp index 65fd4c3b..082fd161 100644 --- a/externals/grill/flext/source/flthr.cpp +++ b/externals/grill/flext/source/flthr.cpp @@ -27,6 +27,11 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include #endif +#if FLEXT_THREADS == FLEXT_THR_WIN32 && WINVER < 0x0500 +#error WIN32 threads need Windows SDK version >= 0x500 +#endif + + #include //! Thread id of system thread -- cgit v1.2.1