]> granicus.if.org Git - php/commitdiff
The SDK 6.1 adds some new networking functions that cause build errors, pick Windows...
authorScott MacVicar <scottmac@php.net>
Mon, 28 Apr 2008 10:02:10 +0000 (10:02 +0000)
committerScott MacVicar <scottmac@php.net>
Mon, 28 Apr 2008 10:02:10 +0000 (10:02 +0000)
TSRM/readdir.h

index 3eec20bd16f8aeff3835a13bc79fe470a535c193..e4fd511704e77fbd82a34c6cca2cb09a74325114 100644 (file)
@@ -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>