summaryrefslogtreecommitdiff
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/onlineupdate/source/update/updater/progressui.h b/onlineupdate/source/update/updater/progressui.h
index 55d0d9ebf0c3..7392ac167bc4 100644
--- a/onlineupdate/source/update/updater/progressui.h
+++ b/onlineupdate/source/update/updater/progressui.h
@@ -9,7 +9,7 @@
#include "updatedefines.h"
-#if defined(WNT)
+#if defined(_WIN32)
typedef WCHAR NS_tchar;
#define NS_main wmain
#else
@@ -20,7 +20,7 @@
// Called to perform any initialization of the widget toolkit
int InitProgressUI(int *argc, NS_tchar ***argv);
-#if defined(WNT)
+#if defined(_WIN32)
// Called on the main thread at startup
int ShowProgressUI(bool indeterminate = false, bool initUIStrings = true);
int InitProgressUIStrings();