Windows not properly detected; refs #30
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#ifdef WIN32
|
#if defined(_WIN32) || defined(_WIN64) || defined(__WINDOWS__)
|
||||||
#undef UNICODE
|
#undef UNICODE
|
||||||
#undef DATADIR
|
#undef DATADIR
|
||||||
#include <WinSCard.h>
|
#include <WinSCard.h>
|
||||||
|
Reference in New Issue
Block a user