[Pcsclite-cvs-commit] r2316 - trunk/Drivers/ccid/examples

Ludovic Rousseau rousseau at alioth.debian.org
Sat Jan 6 22:54:46 CET 2007


Author: rousseau
Date: 2007-01-06 22:54:46 +0100 (Sat, 06 Jan 2007)
New Revision: 2316

Modified:
   trunk/Drivers/ccid/examples/scardcontrol.c
Log:
use LPSTR instead or the deprecated LPTSTR


Modified: trunk/Drivers/ccid/examples/scardcontrol.c
===================================================================
--- trunk/Drivers/ccid/examples/scardcontrol.c	2007-01-06 21:53:22 UTC (rev 2315)
+++ trunk/Drivers/ccid/examples/scardcontrol.c	2007-01-06 21:54:46 UTC (rev 2316)
@@ -61,7 +61,7 @@
 	LONG rv;
 	SCARDCONTEXT hContext;
 	DWORD dwReaders;
-	LPTSTR mszReaders;
+	LPSTR mszReaders;
 	char *ptr, **readers = NULL;
 	int nbReaders;
 	SCARDHANDLE hCard;




More information about the Pcsclite-cvs-commit mailing list