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 ad15a014aa..decdf4e5ae 100644
--- a/ext/soap/php_soap.h
+++ b/ext/soap/php_soap.h
@@ -225,11 +225,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