mirror of
https://github.com/pcsc-for-php/pcsc.git
synced 2026-08-08 21:09:26 +02:00
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:
parent
17807f8593
commit
f6656f07df
2 changed files with 3 additions and 1 deletions
2
pcsc.c
2
pcsc.c
|
|
@ -68,7 +68,7 @@ zend_module_entry pcsc_module_entry = {
|
|||
NULL,
|
||||
PHP_MINFO(pcsc),
|
||||
#if ZEND_MODULE_API_NO >= 20010901
|
||||
"0.0.1", /* Replace with version number for your extension */
|
||||
PHP_PCSC_VERSION,
|
||||
#endif
|
||||
STANDARD_MODULE_PROPERTIES
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue