summaryrefslogtreecommitdiff
path: root/onlineupdate/source/update/common/readstrings.h
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate/source/update/common/readstrings.h')
-rw-r--r--onlineupdate/source/update/common/readstrings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/onlineupdate/source/update/common/readstrings.h b/onlineupdate/source/update/common/readstrings.h
index ecef9aa5e6b9..5b3cde6acaaa 100644
--- a/onlineupdate/source/update/common/readstrings.h
+++ b/onlineupdate/source/update/common/readstrings.h
@@ -9,7 +9,7 @@
#define MAX_TEXT_LEN 600
-#ifdef WNT
+#ifdef _WIN32
# define UNICODE
# include <windows.h>
typedef WCHAR NS_tchar;