From 2dca041ec3c47c78790a7931eca861bafac9f71c Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 27 May 2001 23:49:22 +0000 Subject: killed some compile warnings. the informix header files redefine these. --- ext/informix/php_informix.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/informix/php_informix.h') 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" -- cgit v1.2.1