From: Kalle Sommer Nielsen Date: Thu, 14 Aug 2008 23:21:32 +0000 (+0000) Subject: * Last _WIN32_WINNT macro redef X-Git-Tag: BEFORE_HEAD_NS_CHANGE~713 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65f79451244c6c94cd86668c188a44650a5cce62;p=php * Last _WIN32_WINNT macro redef * Include where _WIN32_WINNT was --- diff --git a/win32/readdir.h b/win32/readdir.h index f2a0191b75..f1fb3a736f 100644 --- a/win32/readdir.h +++ b/win32/readdir.h @@ -7,7 +7,7 @@ * on Windows 95/NT. */ -#define _WIN32_WINNT 0x0400 +#include #include diff --git a/win32/time.c b/win32/time.c index a704ab9904..816eb63b14 100644 --- a/win32/time.c +++ b/win32/time.c @@ -22,6 +22,8 @@ /* Include stuff ************************************************************ */ +#include + #include "time.h" #include "unistd.h" #include "signal.h"