cvs: TSRM / readdir.h
[email protected] ("Scott MacVicar")
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <cvsscottmac1209376930@cvsserver> |
scottmac Mon Apr 28 10:02:10 2008 UTC
Modified files:
/TSRM readdir.h
Log:
The SDK 6.1 adds some new networking functions that cause build errors, pick Windows 2000 as the minimum version we will build for.
http://cvs.php.net/viewvc.cgi/TSRM/readdir.h?r1=1.3&r2=1.4&diff_format=u
Index: TSRM/readdir.h
diff -u TSRM/readdir.h:1.3 TSRM/readdir.h:1.4
--- TSRM/readdir.h:1.3 Tue Apr 22 12:18:42 2008
+++ TSRM/readdir.h Mon Apr 28 10:02:10 2008
@@ -7,9 +7,8 @@
* on Windows 95/NT.
*/
-#ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0400
-#endif
+#undef _WIN32_WINNT
+#define _WIN32_WINNT 0x0500
#include <windows.h>