summaryrefslogtreecommitdiff
path: root/ext/soap/php_soap.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/php_soap.h')
-rw-r--r--ext/soap/php_soap.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/soap/php_soap.h b/ext/soap/php_soap.h
index 2a0f4cd4d1..102a1c43aa 100644
--- a/ext/soap/php_soap.h
+++ b/ext/soap/php_soap.h
@@ -173,11 +173,6 @@ ZEND_BEGIN_MODULE_GLOBALS(soap)
HashTable *ref_map;
ZEND_END_MODULE_GLOBALS(soap)
-#ifdef PHP_WIN32
-#define PHP_SOAP_API __declspec(dllexport)
-#else
-#define PHP_SOAP_API
-#endif
#ifdef ZTS
#include "TSRM.h"
#endif