MFT: Fix build on Windows

This commit is contained in:
Kalle Sommer Nielsen 2011-09-13 14:35:28 +00:00
parent 631e896b34
commit e1068269f0

View File

@ -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
};