sniper Fri Dec 2 20:21:09 2005 EDT Modified files: /php-src/main snprintf.h Log: fix compile failure (bug #35528) http://cvs.php.net/diff.php/php-src/main/snprintf.h?r1=1.33&r2=1.34&ty=u Index: php-src/main/snprintf.h diff -u php-src/main/snprintf.h:1.33 php-src/main/snprintf.h:1.34 --- php-src/main/snprintf.h:1.33 Thu Sep 15 15:10:13 2005 +++ php-src/main/snprintf.h Fri Dec 2 20:21:09 2005 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: snprintf.h,v 1.33 2005/09/15 19:10:13 derick Exp $ */ +/* $Id: snprintf.h,v 1.34 2005/12/03 01:21:09 sniper Exp $ */ /* @@ -111,7 +111,7 @@ extern char * ap_php_fcvt(double arg, int ndigits, int *decpt, int *sign, char *buf); extern char * ap_php_gcvt(double number, int ndigit, char *buf, boolean_e altform); -#if PHP_WIN32 +#ifdef PHP_WIN32 # define WIDE_INT __int64 #elif SIZEOF_LONG_LONG_INT # define WIDE_INT long long int
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php