kalle           Wed Aug 13 22:39:33 2008 UTC

  Modified files:              
    /php-src/main       php.h 
    /php-src/win32      time.c 
  Log:
  * Remove NTDDI_VERSION declaring and use the one in config.w32.h
  * Remove another _WIN32_WINNT macro redef in win32/time.c
  
http://cvs.php.net/viewvc.cgi/php-src/main/php.h?r1=1.247&r2=1.248&diff_format=u
Index: php-src/main/php.h
diff -u php-src/main/php.h:1.247 php-src/main/php.h:1.248
--- php-src/main/php.h:1.247    Fri Aug  8 17:10:49 2008
+++ php-src/main/php.h  Wed Aug 13 22:39:33 2008
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php.h,v 1.247 2008/08/08 17:10:49 helly Exp $ */
+/* $Id: php.h,v 1.248 2008/08/13 22:39:33 kalle Exp $ */
 
 #ifndef PHP_H
 #define PHP_H
@@ -54,12 +54,6 @@
 #      endif
 #      define PHP_DIR_SEPARATOR '\\'
 #      define PHP_EOL "\r\n"
-#      if defined(NTDDI_VERSION) && NTDDI_VERSION >= 0x06000000
-#              undef NTDDI_VERSION
-#      endif
-#      ifndef NTDDI_VERSION
-#              define NTDDI_VERSION 0x05000000
-#      endif
 #else
 #      if defined(__GNUC__) && __GNUC__ >= 4
 #              define PHPAPI __attribute__ ((visibility("default")))
http://cvs.php.net/viewvc.cgi/php-src/win32/time.c?r1=1.10&r2=1.11&diff_format=u
Index: php-src/win32/time.c
diff -u php-src/win32/time.c:1.10 php-src/win32/time.c:1.11
--- php-src/win32/time.c:1.10   Thu Jul 29 02:59:43 2004
+++ php-src/win32/time.c        Wed Aug 13 22:39:33 2008
@@ -11,7 +11,7 @@
  *
  *****************************************************************************/
 
-/* $Id: time.c,v 1.10 2004/07/29 02:59:43 wez Exp $ */
+/* $Id: time.c,v 1.11 2008/08/13 22:39:33 kalle Exp $ */
 
  /**
   *
@@ -22,10 +22,6 @@
 
 /* Include stuff ************************************************************ 
*/
 
-/* this allows the use of the WaitableTimer functions.
- * For win98 and later */
-#define _WIN32_WINNT 0x400
-
 #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