diff options
Diffstat (limited to 'ext/informix/php_informix.h')
-rw-r--r-- | ext/informix/php_informix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/informix/php_informix.h b/ext/informix/php_informix.h index 2571324036..2c141c60a4 100644 --- a/ext/informix/php_informix.h +++ b/ext/informix/php_informix.h @@ -54,6 +54,8 @@ extern zend_module_entry ifx_module_entry; #define ifx_module_ptr &ifx_module_entry +#undef TYPEMAX +#undef CHAR #include "locator.h" #include "sqltypes.h" |