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 ccc26e3fe935..99e515daa611 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 XP_WIN
+#ifdef WNT
# include <windows.h>
typedef WCHAR NS_tchar;
#else