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