summaryrefslogtreecommitdiffstats
path: root/configmgr/source/writemodfile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/writemodfile.hxx')
-rw-r--r--configmgr/source/writemodfile.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/writemodfile.hxx b/configmgr/source/writemodfile.hxx
index caa9eee8b69a..d1a9348a0490 100644
--- a/configmgr/source/writemodfile.hxx
+++ b/configmgr/source/writemodfile.hxx
@@ -38,7 +38,7 @@ struct TempFile {
~TempFile();
void closeAndRename(const OUString &url);
oslFileError flush();
-#ifdef WNT
+#ifdef _WIN32
oslFileError closeWithoutUnlink();
#endif
void writeString(char const *begin, sal_Int32 length);