]> granicus.if.org Git - php/commitdiff
* Last _WIN32_WINNT macro redef
authorKalle Sommer Nielsen <kalle@php.net>
Thu, 14 Aug 2008 23:21:32 +0000 (23:21 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Thu, 14 Aug 2008 23:21:32 +0000 (23:21 +0000)
* Include <config.w32.h> where _WIN32_WINNT was

win32/readdir.h
win32/time.c

index f2a0191b756a826ceae540906a0bc439cdd92e8a..f1fb3a736fec798ed182d5affc24ba3eadaee332 100644 (file)
@@ -7,7 +7,7 @@
  * on Windows 95/NT.
  */
 
-#define _WIN32_WINNT 0x0400
+#include <config.w32.h>
 
 #include <windows.h>
 
index a704ab99040b9f39b7ca8390857aa4dea4c7ead7..816eb63b1444758bada9a1998decb6f0c46a8a57 100644 (file)
@@ -22,6 +22,8 @@
 
 /* Include stuff ************************************************************ */
 
+#include <config.w32.h>
+
 #include "time.h"
 #include "unistd.h"
 #include "signal.h"