diff options
Diffstat (limited to 'ext/odbc/velocis.c')
-rw-r--r-- | ext/odbc/velocis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/velocis.c b/ext/odbc/velocis.c index 301f117373..6c67a524e5 100644 --- a/ext/odbc/velocis.c +++ b/ext/odbc/velocis.c @@ -66,7 +66,7 @@ zend_module_entry velocis_module_entry = { }; -#if defined(COMPILE_DL) || defined(COMPILE_DL_ODBC) +#ifdef COMPILE_DL_ODBC ZEND_GET_MODULE(velocis) #endif |