diff options
author | Harald Radi <phanto@php.net> | 2002-04-22 09:33:25 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2002-04-22 09:33:25 +0000 |
commit | 2afbbd2e4ff3c359a1088d0f7c207b5e89f7e274 (patch) | |
tree | 493d741ed26775db0716ce0ee19fca0000c6c6de /Zend/zend_config.w32.h | |
parent | eb3c6e7a18231041b56b88780d53b1b6ec627d44 (diff) | |
download | php-git-2afbbd2e4ff3c359a1088d0f7c207b5e89f7e274.tar.gz |
fixed linkage warning under win32
Diffstat (limited to 'Zend/zend_config.w32.h')
-rw-r--r-- | Zend/zend_config.w32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_config.w32.h b/Zend/zend_config.w32.h index e9ad6475e4..bf7bffa03c 100644 --- a/Zend/zend_config.w32.h +++ b/Zend/zend_config.w32.h @@ -73,6 +73,7 @@ typedef unsigned int uint; #endif #define ZEND_DLEXPORT __declspec(dllexport) +#define ZEND_DLIMPORT __declspec(dllimport) /* 0x00200000L is MB_SERVICE_NOTIFICATION, which is only supported under Windows NT * (and requires _WIN32_WINNT to be defined, which prevents the resulting executable |