Fix acr122_pcsc driver name.

This commit is contained in:
Romuald Conty 2012-05-14 20:40:19 +00:00
parent 7597055f26
commit 769fc63bb0

View file

@ -43,7 +43,7 @@
// Bus
#include <winscard.h>
#define ACR122_PCSC_DRIVER_NAME "acr122"
#define ACR122_PCSC_DRIVER_NAME "acr122_pcsc"
#if defined (_WIN32)
# define IOCTL_CCID_ESCAPE_SCARD_CTL_CODE SCARD_CTL_CODE(3500)