From 9e435a09b62c4845052e46122911fe7c2f26d877 Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Tue, 29 Dec 2009 11:08:40 +0000 Subject: [windows] Properly define the _WIN32_WINNT version --- (limited to 'shell') diff --git a/shell/main.c b/shell/main.c index 23872ed..e906ac6 100644 --- a/shell/main.c +++ b/shell/main.c @@ -46,7 +46,9 @@ #endif #include #include -#define _WIN32_WINNT 0x0500 +#if !(_WIN32_WINNT >= 0x0500) +#error "_WIN32_WINNT must be defined >= 0x0500" +#endif #include #endif -- cgit v0.9.1