Windows not properly detected; refs #30

master
Marc Wäckerlin 10 years ago
parent 4092176786
commit 869ec44b4a
  1. 2
      src/pcsc.hxx

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

Loading…
Cancel
Save