This commit is contained in:
Dão Gottwald 2009-08-10 19:57:47 +02:00
commit db98bdfb44

View File

@ -40,7 +40,7 @@
#define PROGRESSUI_H__
#if defined(XP_WIN)
typedef WCHAR NS_tchar;
typedef unsigned short NS_tchar;
#define NS_main wmain
#else
typedef char NS_tchar;