diff options
| author | Kalle Sommer Nielsen <kalle@php.net> | 2011-09-13 14:35:28 +0000 |
|---|---|---|
| committer | Kalle Sommer Nielsen <kalle@php.net> | 2011-09-13 14:35:28 +0000 |
| commit | e1068269f01d208029ef50a3f880fdab11415ca5 (patch) | |
| tree | 7380ea4c5260004f5d219a852e7296af8df95a17 /main/php_globals.h | |
| parent | 631e896b34e9294e614b9bc8c425a8613f90f180 (diff) | |
| download | php-git-e1068269f01d208029ef50a3f880fdab11415ca5.tar.gz | |
MFT: Fix build on Windows
Diffstat (limited to 'main/php_globals.h')
| -rw-r--r-- | main/php_globals.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 }; |
