From 1dc0e94e0f67aa3b602e0131f01cdc0ef6e0f48a Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 3 Jan 2008 16:18:29 +0000 Subject: MFB: remove unused PHP_EXTNAME_API macros. #in preparation for the gcc 4 visibility patch --- ext/mime_magic/php_mime_magic.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ext/mime_magic/php_mime_magic.h') diff --git a/ext/mime_magic/php_mime_magic.h b/ext/mime_magic/php_mime_magic.h index 0b7bb86571..c7a11329a7 100644 --- a/ext/mime_magic/php_mime_magic.h +++ b/ext/mime_magic/php_mime_magic.h @@ -24,12 +24,6 @@ extern zend_module_entry mime_magic_module_entry; #define phpext_mime_magic_ptr &mime_magic_module_entry -#ifdef PHP_WIN32 -#define PHP_MIME_MAGIC_API __declspec(dllexport) -#else -#define PHP_MIME_MAGIC_API -#endif - PHP_MINIT_FUNCTION(mime_magic); PHP_MSHUTDOWN_FUNCTION(mime_magic); PHP_RINIT_FUNCTION(mime_magic); -- cgit v1.2.1