From 9040e2dd5400da712eb19dae99cde485882f1c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 28 Apr 2014 09:12:40 +0000 Subject: [PATCH] winscard.h in lowercase is part of mingw; refs #30 --- src/pcsc.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pcsc.hxx b/src/pcsc.hxx index 8c540a7..f9d6e29 100644 --- a/src/pcsc.hxx +++ b/src/pcsc.hxx @@ -17,7 +17,7 @@ #if defined(_WIN32) || defined(_WIN64) || defined(__WINDOWS__) #undef UNICODE #undef DATADIR - #include + #include #undef ERROR #ifndef MAX_ATR_SIZE #define MAX_ATR_SIZE 33