]> granicus.if.org Git - php/commitdiff
Fix build on Windows
authorKalle Sommer Nielsen <kalle@php.net>
Tue, 13 Sep 2011 14:35:12 +0000 (14:35 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Tue, 13 Sep 2011 14:35:12 +0000 (14:35 +0000)
main/php_globals.h

index bf6674d54b8ea3cbbdeba2a665a4aaa601f2f96c..6e5611ec5c35dcd46e9a88226ec3f5789ee55b99 100644 (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
 };