From: foobar Date: Sat, 3 Dec 2005 01:21:09 +0000 (+0000) Subject: fix compile failure (bug #35528) X-Git-Tag: RELEASE_1_1_1~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2e3d9c2446c33b274965c01d98325f659a65216;p=php fix compile failure (bug #35528) --- diff --git a/main/snprintf.h b/main/snprintf.h index 371f41ad76..f803eb5eb3 100644 --- a/main/snprintf.h +++ b/main/snprintf.h @@ -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