fixed version macros in almost all recently active extensions

git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@331846 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anatol Belski 2013-10-15 10:48:51 +00:00
commit f6656f07df
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,8 @@
extern zend_module_entry pcsc_module_entry;
#define phpext_pcsc_ptr &pcsc_module_entry
#define PHP_PCSC_VERSION "0.0.1"
#ifdef PHP_WIN32
#define PHP_PCSC_API __declspec(dllexport)
#else