Windows not properly detected; refs #30

This commit is contained in:
Marc Wäckerlin
2014-04-28 09:07:38 +00:00
parent 4092176786
commit 869ec44b4a

View File

@@ -14,7 +14,7 @@
#include <string>
#ifdef WIN32
#if defined(_WIN32) || defined(_WIN64) || defined(__WINDOWS__)
#undef UNICODE
#undef DATADIR
#include <WinSCard.h>