Backed out changeset cabad98babdb for breaking WinCE

This commit is contained in:
Dão Gottwald 2009-08-10 19:57:05 +02:00
parent fb0f495388
commit f13d800c0e

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;