summaryrefslogtreecommitdiff
path: root/ext/pdo_oci/php_pdo_oci.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_oci/php_pdo_oci.h')
-rwxr-xr-xext/pdo_oci/php_pdo_oci.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/pdo_oci/php_pdo_oci.h b/ext/pdo_oci/php_pdo_oci.h
index 637f0b0861..6c563a5b36 100755
--- a/ext/pdo_oci/php_pdo_oci.h
+++ b/ext/pdo_oci/php_pdo_oci.h
@@ -24,12 +24,6 @@
extern zend_module_entry pdo_oci_module_entry;
#define phpext_pdo_oci_ptr &pdo_oci_module_entry
-#ifdef PHP_WIN32
-#define PHP_PDO_OCI_API __declspec(dllexport)
-#else
-#define PHP_PDO_OCI_API
-#endif
-
#ifdef ZTS
#include "TSRM.h"
#endif