remove unused PHP_EXTNAME_API macros.

#in preparation for the gcc 4 visibility patch
This commit is contained in:
Nuno Lopes 2008-01-03 16:20:33 +00:00
parent 32dfad780c
commit 61eb7ae554
27 changed files with 0 additions and 162 deletions

View file

@ -24,12 +24,6 @@
extern zend_module_entry com_dotnet_module_entry;
#define phpext_com_dotnet_ptr &com_dotnet_module_entry
#ifdef PHP_WIN32
# define PHP_COM_DOTNET_API __declspec(dllexport)
#else
# define PHP_COM_DOTNET_API
#endif
#ifdef ZTS
#include "TSRM.h"
#endif