From 85e15deabe2746a3c7a280dd32a41af7b8827e8a Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 3 Aug 2001 05:07:22 +0000 Subject: [PATCH] These are redefined in the sqltypes.h that comes with unixODBC. PR: #12519 --- ext/odbc/php_odbc.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h index cea272f08a..df599553bd 100644 --- a/ext/odbc/php_odbc.h +++ b/ext/odbc/php_odbc.h @@ -108,6 +108,14 @@ PHP_FUNCTION(solid_fetch_prev); #elif defined(HAVE_UNIXODBC) /* unixODBC library */ +#ifdef CHAR +#undef CHAR +#endif + +#ifdef SQLCHAR +#undef SQLCHAR +#endif + #define ODBC_TYPE "unixODBC" #include #include -- 2.50.1