basic windows fix

This commit is contained in:
Anatol Belski 2014-09-22 20:58:45 +02:00
parent f2e636de05
commit 4db75dc853
13 changed files with 46 additions and 23 deletions

View file

@ -78,7 +78,7 @@ typedef struct {
extern zend_module_entry apache2_module_entry;
#ifdef ZTS
TSRMG_DH(php_apache2_info_struct, php_apache2_info_id);
TSRMG_DHE(php_apache2_info_struct, php_apache2_info_id);
#define AP2(v) TSRMG(php_apache2_info_id, php_apache2_info_struct *, v)
#else
extern php_apache2_info_struct php_apache2_info;