[Pcsclite-cvs-commit] r2104 - trunk/HandlerTest/Host

Ludovic Rousseau rousseau at costa.debian.org
Tue Jul 11 15:57:21 UTC 2006


Author: rousseau
Date: 2006-07-11 15:57:20 +0000 (Tue, 11 Jul 2006)
New Revision: 2104

Modified:
   trunk/HandlerTest/Host/handler_test.c
Log:
use LPSTR instead of LPTSTR (deprecated)


Modified: trunk/HandlerTest/Host/handler_test.c
===================================================================
--- trunk/HandlerTest/Host/handler_test.c	2006-07-11 15:21:44 UTC (rev 2103)
+++ trunk/HandlerTest/Host/handler_test.c	2006-07-11 15:57:20 UTC (rev 2104)
@@ -61,7 +61,7 @@
 
 struct f_t {
 	RESPONSECODE (*IFDHCreateChannel)(DWORD, DWORD);
-	RESPONSECODE (*IFDHCreateChannelByName)(DWORD, LPTSTR);
+	RESPONSECODE (*IFDHCreateChannelByName)(DWORD, LPSTR);
 	RESPONSECODE (*IFDHCloseChannel)(DWORD);
 	//RESPONSECODE IFDHGetCapabilities ( DWORD, DWORD, PDWORD, PUCHAR );
 	//RESPONSECODE IFDHSetCapabilities ( DWORD, DWORD, DWORD, PUCHAR );




More information about the Pcsclite-cvs-commit mailing list