[Pcsclite-cvs-commit] r2109 - trunk/Drivers/ccid/src

Ludovic Rousseau rousseau at costa.debian.org
Wed Jul 12 08:30:28 UTC 2006


Author: rousseau
Date: 2006-07-12 08:30:26 +0000 (Wed, 12 Jul 2006)
New Revision: 2109

Modified:
   trunk/Drivers/ccid/src/ifdhandler.c
Log:
use LPSTR instead of LPTSTR (deprecated)


Modified: trunk/Drivers/ccid/src/ifdhandler.c
===================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c	2006-07-12 08:21:07 UTC (rev 2108)
+++ trunk/Drivers/ccid/src/ifdhandler.c	2006-07-12 08:30:26 UTC (rev 2109)
@@ -65,7 +65,7 @@
 	int CWI, int clock_frequency);
 
 
-EXTERNAL RESPONSECODE IFDHCreateChannelByName(DWORD Lun, LPTSTR lpcDevice)
+EXTERNAL RESPONSECODE IFDHCreateChannelByName(DWORD Lun, LPSTR lpcDevice)
 {
 	RESPONSECODE return_value = IFD_SUCCESS;
 	int reader_index;




More information about the Pcsclite-cvs-commit mailing list