From: Stanislav Malyshev Date: Wed, 30 Jul 2008 17:52:33 +0000 (+0000) Subject: fix warnings X-Git-Tag: BEFORE_HEAD_NS_CHANGE~954 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6564e214335694ebc054f696b6517ddf49400052;p=php fix warnings --- diff --git a/TSRM/readdir.h b/TSRM/readdir.h index e4fd511704..0665810c85 100644 --- a/TSRM/readdir.h +++ b/TSRM/readdir.h @@ -7,9 +7,6 @@ * on Windows 95/NT. */ -#undef _WIN32_WINNT -#define _WIN32_WINNT 0x0500 - #include #include 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