summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/inc/export.hxx2
-rw-r--r--l10ntools/source/helpmerge.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index fec3f6771126..c9f0b8bf6ec8 100644
--- a/l10ntools/inc/export.hxx
+++ b/l10ntools/inc/export.hxx
@@ -36,7 +36,7 @@
#include <queue>
#include <string>
-#ifdef WNT
+#ifdef _WIN32
#include <direct.h>
#else
#include <unistd.h>
diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx
index 0a32b7b3b1b2..c5fda0522c8b 100644
--- a/l10ntools/source/helpmerge.cxx
+++ b/l10ntools/source/helpmerge.cxx
@@ -35,7 +35,7 @@
#include <iostream>
#include <vector>
#include <rtl/strbuf.hxx>
-#ifdef WNT
+#ifdef _WIN32
#include <windows.h>
#undef CopyFile
#include <direct.h>