summaryrefslogtreecommitdiffstats
path: root/onlineupdate/source/update/updater/progressui.h
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate/source/update/updater/progressui.h')
-rw-r--r--onlineupdate/source/update/updater/progressui.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/onlineupdate/source/update/updater/progressui.h b/onlineupdate/source/update/updater/progressui.h
index 455ae125180a..cb1468d3949c 100644
--- a/onlineupdate/source/update/updater/progressui.h
+++ b/onlineupdate/source/update/updater/progressui.h
@@ -8,12 +8,11 @@
#define PROGRESSUI_H__
#include "updatedefines.h"
+#include "types.hxx"
#if defined(_WIN32)
-typedef WCHAR NS_tchar;
#define NS_main wmain
#else
-typedef char NS_tchar;
#define NS_main main
#endif