diff options
Diffstat (limited to 'win32/php_win32_globals.h')
-rwxr-xr-x | win32/php_win32_globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/php_win32_globals.h b/win32/php_win32_globals.h index 7153478cda..113a7122a7 100755 --- a/win32/php_win32_globals.h +++ b/win32/php_win32_globals.h @@ -31,8 +31,8 @@ typedef struct _php_win32_core_globals php_win32_core_globals; # define PW32G(v) TSRMG(php_win32_core_globals_id, php_win32_core_globals*, v) extern PHPAPI int php_win32_core_globals_id; #else -# define PW32G(v) (php_win32_core_globals.v) -extern PHPAPI struct _php_win32_core_globals php_win32_core_globals; +# define PW32G(v) (the_php_win32_core_globals.v) +extern PHPAPI struct _php_win32_core_globals the_php_win32_core_globals; #endif struct _php_win32_core_globals { |