From d2e3d9c2446c33b274965c01d98325f659a65216 Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 3 Dec 2005 01:21:09 +0000 Subject: [PATCH] fix compile failure (bug #35528) --- main/snprintf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1