diff options
Diffstat (limited to 'ext/oci8/php_oci8.h')
-rw-r--r-- | ext/oci8/php_oci8.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index 3dbdc65eae..80301773b2 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -31,12 +31,6 @@ # ifndef PHP_OCI8_H # define PHP_OCI8_H -#ifdef PHP_WIN32 -#define PHP_OCI_API __declspec(dllexport) -#else -#define PHP_OCI_API -#endif - #ifdef ZTS # include "TSRM.h" #endif |