kalle Thu Aug 14 23:29:25 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/win32 readdir.h time.c
Log:
MFH:
* Last _WIN32_WINNT macro redef
* Include <config.w32.h> where _WIN32_WINNT was
http://cvs.php.net/viewvc.cgi/php-src/win32/readdir.h?r1=1.8.6.2&r2=1.8.6.2.2.1&diff_format=u
Index: php-src/win32/readdir.h
diff -u php-src/win32/readdir.h:1.8.6.2 php-src/win32/readdir.h:1.8.6.2.2.1
--- php-src/win32/readdir.h:1.8.6.2 Fri Dec 1 20:17:50 2006
+++ php-src/win32/readdir.h Thu Aug 14 23:29:25 2008
@@ -7,7 +7,7 @@
* on Windows 95/NT.
*/
-#define _WIN32_WINNT 0x0400
+#include <config.w32.h>
#include <windows.h>
http://cvs.php.net/viewvc.cgi/php-src/win32/time.c?r1=1.10.6.1&r2=1.10.6.2&diff_format=u
Index: php-src/win32/time.c
diff -u php-src/win32/time.c:1.10.6.1 php-src/win32/time.c:1.10.6.2
--- php-src/win32/time.c:1.10.6.1 Wed Aug 13 22:40:39 2008
+++ php-src/win32/time.c Thu Aug 14 23:29:25 2008
@@ -11,7 +11,7 @@
*
*****************************************************************************/
-/* $Id: time.c,v 1.10.6.1 2008/08/13 22:40:39 kalle Exp $ */
+/* $Id: time.c,v 1.10.6.2 2008/08/14 23:29:25 kalle Exp $ */
/**
*
@@ -22,6 +22,8 @@
/* Include stuff ************************************************************
*/
+#include <config.w32.h>
+
#include "time.h"
#include "unistd.h"
#include "signal.h"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php