From: Scott MacVicar Date: Mon, 28 Apr 2008 10:02:10 +0000 (+0000) Subject: The SDK 6.1 adds some new networking functions that cause build errors, pick Windows... X-Git-Tag: RELEASE_2_0_0b1~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3b7ccd3664062534278ebc428b0e424e0e3d612;p=php The SDK 6.1 adds some new networking functions that cause build errors, pick Windows 2000 as the minimum version we will build for. --- diff --git a/TSRM/readdir.h b/TSRM/readdir.h index 3eec20bd16..e4fd511704 100644 --- a/TSRM/readdir.h +++ b/TSRM/readdir.h @@ -7,9 +7,8 @@ * on Windows 95/NT. */ -#ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x0400 -#endif +#undef _WIN32_WINNT +#define _WIN32_WINNT 0x0500 #include