summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2008-07-30 17:45:18 +0000
committerStanislav Malyshev <stas@php.net>2008-07-30 17:45:18 +0000
commita041ddc9d96128524ec514c5f3ec4a645a28131c (patch)
tree4640bc825f590e7e3b7c914e810a642bf60dc46b /TSRM
parentfcd87bc3a119127938031089f010f183105d986b (diff)
downloadphp-git-a041ddc9d96128524ec514c5f3ec4a645a28131c.tar.gz
fix warnings
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/readdir.h2
-rw-r--r--TSRM/tsrm_config.w32.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/TSRM/readdir.h b/TSRM/readdir.h
index 139bc7bb70..0665810c85 100644
--- a/TSRM/readdir.h
+++ b/TSRM/readdir.h
@@ -7,8 +7,6 @@
* on Windows 95/NT.
*/
-#define _WIN32_WINNT 0x0400
-
#include <windows.h>
#include <io.h>
diff --git a/TSRM/tsrm_config.w32.h b/TSRM/tsrm_config.w32.h
index 28a4e4242e..14c6443a03 100644
--- a/TSRM/tsrm_config.w32.h
+++ b/TSRM/tsrm_config.w32.h
@@ -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