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 'thumbnailer/evince-thumbnailer.c') diff --git a/thumbnailer/evince-thumbnailer.c b/thumbnailer/evince-thumbnailer.c index 6ec0f6c..13c6db6 100644 --- a/thumbnailer/evince-thumbnailer.c +++ b/thumbnailer/evince-thumbnailer.c @@ -31,7 +31,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