From: Scott MacVicar Date: Tue, 22 Apr 2008 12:18:42 +0000 (+0000) Subject: Fix compiler warnings with redefinition of _WIN32_WINNT X-Git-Tag: RELEASE_2_0_0b1~273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6e4f0494cffddcd3597a7fd450626865c89ba84;p=php Fix compiler warnings with redefinition of _WIN32_WINNT --- diff --git a/TSRM/readdir.h b/TSRM/readdir.h index 139bc7bb70..3eec20bd16 100644 --- a/TSRM/readdir.h +++ b/TSRM/readdir.h @@ -7,7 +7,9 @@ * on Windows 95/NT. */ +#ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0400 +#endif #include