diff options
author | Nuno Lopes <nlopess@php.net> | 2008-01-03 16:20:33 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2008-01-03 16:20:33 +0000 |
commit | 61eb7ae5544324c7d79b83d4150e51e01121314a (patch) | |
tree | 66491472d454f4cd7bd49f34b1f661fe8e64b689 /ext/pcntl/php_pcntl.h | |
parent | 32dfad780c175e6ac45aadf7334377237b448390 (diff) | |
download | php-git-61eb7ae5544324c7d79b83d4150e51e01121314a.tar.gz |
remove unused PHP_EXTNAME_API macros.
#in preparation for the gcc 4 visibility patch
Diffstat (limited to 'ext/pcntl/php_pcntl.h')
-rw-r--r-- | ext/pcntl/php_pcntl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/pcntl/php_pcntl.h b/ext/pcntl/php_pcntl.h index dfa0d5d415..f7e5efe9fd 100644 --- a/ext/pcntl/php_pcntl.h +++ b/ext/pcntl/php_pcntl.h @@ -27,12 +27,6 @@ extern zend_module_entry pcntl_module_entry; #define phpext_pcntl_ptr &pcntl_module_entry -#ifdef PHP_WIN32 -#define PHP_PCNTL_API __declspec(dllexport) -#else -#define PHP_PCNTL_API -#endif - PHP_MINIT_FUNCTION(pcntl); PHP_MSHUTDOWN_FUNCTION(pcntl); PHP_RINIT_FUNCTION(pcntl); |