mirror of
https://github.com/pcsc-for-php/pcsc.git
synced 2026-08-08 21:09:26 +02:00
cleanups, release fixes and ugly code replace
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@335787 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2ff770f19f
commit
55640fee83
3 changed files with 8 additions and 8 deletions
10
php_pcsc.h
10
php_pcsc.h
|
|
@ -4,7 +4,7 @@
|
|||
extern zend_module_entry pcsc_module_entry;
|
||||
#define phpext_pcsc_ptr &pcsc_module_entry
|
||||
|
||||
#define PHP_PCSC_VERSION "0.3"
|
||||
#define PHP_PCSC_VERSION "0.3.1"
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#define PHP_PCSC_API __declspec(dllexport)
|
||||
|
|
@ -16,10 +16,10 @@ extern zend_module_entry pcsc_module_entry;
|
|||
#include "TSRM.h"
|
||||
#endif
|
||||
|
||||
#include <winscard.h>
|
||||
#ifndef PHP_WIN32
|
||||
#include <PCSC/pcsclite.h>
|
||||
#endif
|
||||
#include <winscard.h>
|
||||
#ifndef PHP_WIN32
|
||||
#include <PCSC/pcsclite.h>
|
||||
#endif
|
||||
|
||||
PHP_MINIT_FUNCTION(pcsc);
|
||||
PHP_MSHUTDOWN_FUNCTION(pcsc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue