added w32 support; thanks to Goker Cetin: please test this stuff since i don't use windows OS

git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@330078 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Johannes Findeisen 2013-04-11 17:55:27 +00:00
commit a6d9a70013
2 changed files with 10 additions and 1 deletions

4
pcsc.c
View file

@ -25,8 +25,10 @@
#include "ext/standard/info.h"
#include "php_pcsc.h"
#include <PCSC/winscard.h>
#include <winscard.h>
#ifndef PHP_WIN32
#include <PCSC/pcsclite.h>
#endif
#ifndef FALSE
#define FALSE 0