From: Kalle Sommer Nielsen Date: Tue, 13 Sep 2011 14:35:12 +0000 (+0000) Subject: Fix build on Windows X-Git-Tag: php-5.5.0alpha1~1149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9ebd1c6898cac49c2c1f5b67b70b4de59d3a7f3;p=php Fix build on Windows --- diff --git a/main/php_globals.h b/main/php_globals.h index bf6674d54b..6e5611ec5c 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -156,6 +156,10 @@ struct _php_core_globals { char *mail_log; zend_bool in_error_log; + +#ifdef PHP_WIN32 + zend_bool windows_show_crt_warning; +#endif };