diff options
Diffstat (limited to 'ext/json/php_json.h')
-rw-r--r-- | ext/json/php_json.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/json/php_json.h b/ext/json/php_json.h index 3998c8c370..cce84d8d95 100644 --- a/ext/json/php_json.h +++ b/ext/json/php_json.h @@ -26,12 +26,6 @@ extern zend_module_entry json_module_entry; #define phpext_json_ptr &json_module_entry -#ifdef PHP_WIN32 -#define PHP_JSON_API __declspec(dllexport) -#else -#define PHP_JSON_API -#endif - #ifdef ZTS #include "TSRM.h" #endif |