[Pcsclite-cvs-commit] r2447 - trunk/PCSC/src/PCSC

Ludovic Rousseau rousseau at alioth.debian.org
Sun Feb 25 20:48:49 CET 2007


Author: rousseau
Date: 2007-02-25 20:48:49 +0100 (Sun, 25 Feb 2007)
New Revision: 2447

Modified:
   trunk/PCSC/src/PCSC/wintypes.h
Log:
the comment about LPTSTR was wrong


Modified: trunk/PCSC/src/PCSC/wintypes.h
===================================================================
--- trunk/PCSC/src/PCSC/wintypes.h	2007-02-25 19:44:26 UTC (rev 2446)
+++ trunk/PCSC/src/PCSC/wintypes.h	2007-02-25 19:48:49 UTC (rev 2447)
@@ -48,7 +48,7 @@
 	typedef char *LPSTR;
 
 	/* this type is deprecated but still used by old drivers and applications
-	 * You should use LPTSTR instead */
+	 * You should use LPSTR instead */
 	typedef char *LPTSTR
 #ifdef __GNUC__
 		/* __attribute__ is a GCC only extension */




More information about the Pcsclite-cvs-commit mailing list