X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fmain.c;h=e906ac6df0ad9552ed6daf2ba4c89f5cb621fb69;hb=9e435a09b62c4845052e46122911fe7c2f26d877;hp=23872ed0769616585e454bbcd5817400430252f1;hpb=b85564ae90e10935efae109e8fc584c435f17277;p=evince.git diff --git a/shell/main.c b/shell/main.c index 23872ed0..e906ac6d 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