mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
msvc2005 fix
This commit is contained in:
@@ -9,8 +9,12 @@ typedef unsigned int UINT;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef TAGZ_UNICODE
|
#ifdef TAGZ_UNICODE
|
||||||
|
#if _MSC_VER <= 1200
|
||||||
typedef unsigned short T_CHAR;
|
typedef unsigned short T_CHAR;
|
||||||
#else
|
#else
|
||||||
|
typedef wchar_t T_CHAR;
|
||||||
|
#endif
|
||||||
|
#else
|
||||||
#define T_CHAR char
|
#define T_CHAR char
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user