]> granicus.if.org Git - php/commitdiff
MFH: fix bug #35528
authorfoobar <sniper@php.net>
Sat, 3 Dec 2005 01:23:25 +0000 (01:23 +0000)
committerfoobar <sniper@php.net>
Sat, 3 Dec 2005 01:23:25 +0000 (01:23 +0000)
main/snprintf.h

index 371f41ad7665868b809121078245a549d28adcd7..f803eb5eb329087b7febd285f69089ff5f4425b0 100644 (file)
@@ -111,7 +111,7 @@ extern char * ap_php_ecvt(double arg, int ndigits, int *decpt, int *sign, char *
 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