diff options
Diffstat (limited to 'ext/odbc/php_odbc.c')
-rw-r--r-- | ext/odbc/php_odbc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index 79c533ddca..6c65216b53 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -20,7 +20,7 @@ /* $Id$ */ -#if defined(COMPILE_DL) || defined(COMPILE_DL_ODBC) +#ifdef COMPILE_DL_ODBC #include "dl/phpdl.h" #endif @@ -133,7 +133,7 @@ int odbc_globals_id; ZEND_API php_odbc_globals odbc_globals; #endif -#if defined(COMPILE_DL) || defined(COMPILE_DL_ODBC) +#ifdef COMPILE_DL_ODBC ZEND_GET_MODULE(odbc) #endif |