mac pcsc compilation

This commit is contained in:
Roel Verdult 2009-07-22 10:02:28 +00:00
parent 440fa38889
commit 452e4b31bf

View file

@ -28,7 +28,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
#ifndef __APPLE__ #ifndef __APPLE__
#include <winscard.h> #include <winscard.h>
#else #else
#include <PCSC/winscard.h> #include <wintypes.h>
#include <winscard.h>
#endif #endif
#include "defines.h" #include "defines.h"