msvc2005 fix
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 22 Feb 2007 01:38:04 +0000 (01:38 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 22 Feb 2007 01:38:04 +0000 (01:38 +0000)
src/plugin_winamp2/tagz.h

index d2e95fc..0862293 100644 (file)
@@ -9,8 +9,12 @@ typedef unsigned int UINT;
 #endif\r
 \r
 #ifdef TAGZ_UNICODE\r
+#if _MSC_VER <= 1200\r
 typedef unsigned short T_CHAR;\r
 #else\r
+typedef wchar_t T_CHAR;\r
+#endif\r
+#else\r
 #define T_CHAR char\r
 #endif\r
 \r