]> granicus.if.org Git - php/commitdiff
fix warnings
authorStanislav Malyshev <stas@php.net>
Wed, 30 Jul 2008 17:52:33 +0000 (17:52 +0000)
committerStanislav Malyshev <stas@php.net>
Wed, 30 Jul 2008 17:52:33 +0000 (17:52 +0000)
TSRM/readdir.h
TSRM/tsrm_config.w32.h

index e4fd511704e77fbd82a34c6cca2cb09a74325114..0665810c854359ce5d476bdbc6076e6eba014839 100644 (file)
@@ -7,9 +7,6 @@
  * on Windows 95/NT.
  */
 
-#undef _WIN32_WINNT
-#define _WIN32_WINNT 0x0500
-
 #include <windows.h>
 
 #include <io.h>
index 28a4e4242e01422a5fd9890d796676e4aac06b30..14c6443a03d61c602b4fefa1efc01a210753a4cf 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef TSRM_CONFIG_W32_H
 #define TSRM_CONFIG_W32_H
 
+#include <../main/config.w32.h>
+
 #define HAVE_UTIME 1
 #define HAVE_ALLOCA 1
 #define HAVE_REALPATH 1