kalle           Thu Aug 14 23:21:33 2008 UTC

  Modified files:              
    /php-src/win32      readdir.h time.c 
  Log:
  * 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.10&r2=1.11&diff_format=u
Index: php-src/win32/readdir.h
diff -u php-src/win32/readdir.h:1.10 php-src/win32/readdir.h:1.11
--- php-src/win32/readdir.h:1.10        Fri Dec  1 20:22:11 2006
+++ php-src/win32/readdir.h     Thu Aug 14 23:21:32 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.11&r2=1.12&diff_format=u
Index: php-src/win32/time.c
diff -u php-src/win32/time.c:1.11 php-src/win32/time.c:1.12
--- php-src/win32/time.c:1.11   Wed Aug 13 22:39:33 2008
+++ php-src/win32/time.c        Thu Aug 14 23:21:32 2008
@@ -11,7 +11,7 @@
  *
  *****************************************************************************/
 
-/* $Id: time.c,v 1.11 2008/08/13 22:39:33 kalle Exp $ */
+/* $Id: time.c,v 1.12 2008/08/14 23:21:32 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

Reply via email to