From 47e7fef08ee55782b29e4c4c54d990f5cb8533e9 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 31 Jul 2004 17:28:27 +0000 Subject: Allow win32 stuff to build non-zts. Fix stream crypto func (again? didn't I already commit that?) --- win32/php_win32_globals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/php_win32_globals.h') 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 { -- cgit v1.2.1