derick          Wed Sep 21 04:40:56 2005 EDT

  Modified files:              
    /php-src/win32/build        config.w32.h.in 
  Log:
  - Fixed definition in correct file. (Patch by Nuno)
  
  
http://cvs.php.net/diff.php/php-src/win32/build/config.w32.h.in?r1=1.7&r2=1.8&ty=u
Index: php-src/win32/build/config.w32.h.in
diff -u php-src/win32/build/config.w32.h.in:1.7 
php-src/win32/build/config.w32.h.in:1.8
--- php-src/win32/build/config.w32.h.in:1.7     Thu Jun  9 09:09:04 2005
+++ php-src/win32/build/config.w32.h.in Wed Sep 21 04:40:52 2005
@@ -1,6 +1,6 @@
 /*
        Build Configuration Template for Win32.
-       $Id: config.w32.h.in,v 1.7 2005/06/09 13:09:04 wez Exp $
+       $Id: config.w32.h.in,v 1.8 2005/09/21 08:40:52 derick Exp $
 */
 
 /* Default PHP / PEAR directories */
@@ -117,7 +117,7 @@
 #define SIZEOF_LONG 4
 /* MSVC.6/NET don't allow 'long long' or know 'intmax_t' */
 #define SIZEOF_LONG_LONG_INT 0
-#define SIZEOF_LONG_LONG 0
+#define SIZEOF_LONG_LONG 8 /* defined as __int64 */
 #define SIZEOF_INTMAX_T 0
 #define ssize_t SSIZE_T
 #ifdef _WIN64

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to