diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 9731aea48c8..0ad31969fe3 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -48,12 +48,6 @@ /* {{{ includes & stuff */ -/* -#if defined(COMPILE_DL) -# include "dl/phpdl.h" -#endif -*/ - #include "php.h" #include "ext/standard/head.h" @@ -99,7 +93,7 @@ PHP_OCI_API php_oci_globals oci_globals; /* }}} */ /* {{{ dynamically loadable module stuff */ -#if COMPILE_DL_OCI8 +#ifdef COMPILE_DL_OCI8 DLEXPORT zend_module_entry *get_module() { return &oci8_module_entry; }; #endif /* COMPILE_DL */