summaryrefslogtreecommitdiff
path: root/onlineupdate/source/update/common/readstrings.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate/source/update/common/readstrings.cxx')
-rw-r--r--onlineupdate/source/update/common/readstrings.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/onlineupdate/source/update/common/readstrings.cxx b/onlineupdate/source/update/common/readstrings.cxx
index 83580a80bc74..d2792117773e 100644
--- a/onlineupdate/source/update/common/readstrings.cxx
+++ b/onlineupdate/source/update/common/readstrings.cxx
@@ -10,7 +10,7 @@
#include "readstrings.h"
#include "errors.h"
-#ifdef WNT
+#ifdef _WIN32
# define NS_tfopen _wfopen
# define OPEN_MODE L"rb"
#else