From 61eb7ae5544324c7d79b83d4150e51e01121314a Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 3 Jan 2008 16:20:33 +0000 Subject: remove unused PHP_EXTNAME_API macros. #in preparation for the gcc 4 visibility patch --- ext/oci8/php_oci8.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ext/oci8') 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 -- cgit v1.2.1