summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
Diffstat (limited to 'registry')
-rw-r--r--registry/source/registry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/source/registry.cxx b/registry/source/registry.cxx
index 0b355fa98c7f..a2e5dd201292 100644
--- a/registry/source/registry.cxx
+++ b/registry/source/registry.cxx
@@ -27,7 +27,7 @@
#include "regimpl.hxx"
#include "regkey.hxx"
-#if defined(WIN32) || defined(WNT)
+#if defined(_WIN32)
#include <io.h>
#endif