diff options
| author | Daniel Beulshausen <dbeu@php.net> | 2000-11-13 22:23:16 +0000 |
|---|---|---|
| committer | Daniel Beulshausen <dbeu@php.net> | 2000-11-13 22:23:16 +0000 |
| commit | 0c3d96c3ba51f70bde1c518a3983346ebfa8ca40 (patch) | |
| tree | 863ae2cadf8ba31c1adc84c243d0bce20d64dff2 /ext/ingres_ii/php_ii.h | |
| parent | c1e1bc07ff8807d6af0f197bb2c6b8aeeb68c8ca (diff) | |
| download | php-git-0c3d96c3ba51f70bde1c518a3983346ebfa8ca40.tar.gz | |
make ingres compile under win32
# no cleanup...
Diffstat (limited to 'ext/ingres_ii/php_ii.h')
| -rw-r--r-- | ext/ingres_ii/php_ii.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ingres_ii/php_ii.h b/ext/ingres_ii/php_ii.h index a5a1731f90..eb7a8c0fc0 100644 --- a/ext/ingres_ii/php_ii.h +++ b/ext/ingres_ii/php_ii.h @@ -78,12 +78,12 @@ ZEND_END_MODULE_GLOBALS(ii) #define II_BOTH (II_ASSOC|II_NUM) #ifdef ZTS -#define IILS_D php_ii_globals *ii_globals +#define IILS_D zend_ii_globals *ii_globals #define IILS_DC , IILS_D #define IILS_C ii_globals #define IILS_CC , IILS_C #define IIG(v) (ii_globals->v) -#define IILS_FETCH() php_ii_globals *ii_globals = ts_resource(ii_globals_id) +#define IILS_FETCH() zend_ii_globals *ii_globals = ts_resource(ii_globals_id) #else #define IILS_D #define IILS_DC |
