From e9ebd1c6898cac49c2c1f5b67b70b4de59d3a7f3 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Tue, 13 Sep 2011 14:35:12 +0000 Subject: [PATCH] Fix build on Windows --- main/php_globals.h | 4 ++++ 1 file changed, 4 insertions(+) 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 }; -- 2.40.0