mirror of
https://github.com/pcsc-for-php/pcsc.git
synced 2026-08-08 21:09:26 +02:00
fix Linux build errors due to buggy header files
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@333416 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d47c882716
commit
4ef88ac844
2 changed files with 19 additions and 6 deletions
|
|
@ -16,6 +16,11 @@ extern zend_module_entry pcsc_module_entry;
|
|||
#include "TSRM.h"
|
||||
#endif
|
||||
|
||||
#include <winscard.h>
|
||||
#ifndef PHP_WIN32
|
||||
#include <PCSC/pcsclite.h>
|
||||
#endif
|
||||
|
||||
PHP_MINIT_FUNCTION(pcsc);
|
||||
PHP_MSHUTDOWN_FUNCTION(pcsc);
|
||||
PHP_MINFO_FUNCTION(pcsc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue