[Pcsclite-cvs-commit] r5161 - /trunk/pcsc-tools/pcsc_scan.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Aug 18 21:36:11 UTC 2010


Author: rousseau
Date: Wed Aug 18 21:36:11 2010
New Revision: 5161

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5161
Log:
Use SCARD_READERSTATE instead of SCARD_READERSTATE_A since it is no
more defined in pcsc-lite >= 1.6.2

Modified:
    trunk/pcsc-tools/pcsc_scan.c

Modified: trunk/pcsc-tools/pcsc_scan.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/pcsc-tools/pcsc_scan.c?rev=5161&op=diff
==============================================================================
--- trunk/pcsc-tools/pcsc_scan.c (original)
+++ trunk/pcsc-tools/pcsc_scan.c Wed Aug 18 21:36:11 2010
@@ -69,8 +69,8 @@
 	int current_reader;
 	LONG rv;
 	SCARDCONTEXT hContext;
-	SCARD_READERSTATE_A *rgReaderStates_t = NULL;
-	SCARD_READERSTATE_A rgReaderStates[1];
+	SCARD_READERSTATE *rgReaderStates_t = NULL;
+	SCARD_READERSTATE rgReaderStates[1];
 	DWORD dwReaders = 0, dwReadersOld;
 	DWORD timeout;
 	LPSTR mszReaders = NULL;




More information about the Pcsclite-cvs-commit mailing list