[Pcsclite-cvs-commit] PCSC/doc/example pcsc_demo.c,1.13,1.14

sauveron-guest@haydn.debian.org sauveron-guest@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC/doc/example
In directory haydn:/tmp/cvs-serv8648/doc/example

Modified Files:
	pcsc_demo.c 
Log Message:
Change the names of the types LPCSTR to LPCTSTR and LPSTR to LPTSTR to be compliant with the Microsoft SCard API

Index: pcsc_demo.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/doc/example/pcsc_demo.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- pcsc_demo.c	25 May 2004 12:59:26 -0000	1.13
+++ pcsc_demo.c	5 Jun 2004 15:43:11 -0000	1.14
@@ -53,7 +53,7 @@
 	LONG rv;
 	SCARDCONTEXT hContext;
 	DWORD dwReaders;
-	LPSTR mszReaders;
+	LPTSTR mszReaders;
 	char *ptr, **readers = NULL;
 	int nbReaders;
 	SCARDHANDLE hCard;