diff options
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 |