Modified: trunk/SmartCardServices/src/PCSC/wintypes.h (75 => 76)
--- trunk/SmartCardServices/src/PCSC/wintypes.h 2009-12-18 08:12:59 UTC (rev 75)
+++ trunk/SmartCardServices/src/PCSC/wintypes.h 2009-12-18 08:22:08 UTC (rev 76)
@@ -74,18 +74,8 @@
/* these types are deprecated but still used by old drivers and applications
* You should use LPSTR instead */
- typedef char *LPTSTR
-#ifdef __GNUC__
- /* __attribute__ is a GCC only extension */
- __attribute__ ((deprecated))
-#endif
- ;
- typedef const char *LPCTSTR
-#ifdef __GNUC__
- /* __attribute__ is a GCC only extension */
- __attribute__ ((deprecated))
-#endif
- ;
+ typedef char *LPTSTR ;
+ typedef const char *LPCTSTR ;
typedef char *LPCWSTR
#ifdef __GNUC__
/* __attribute__ is a GCC only extension */