summaryrefslogtreecommitdiff
path: root/sal/qa
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2018-06-05 14:23:08 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-06-05 17:06:16 +0200
commit92ed91610d30246e671226da081da748f6b16aae (patch)
treed25772d9a57777c04cfb24843d45e0e8494d7469 /sal/qa
parent9065ec06776fb21519e4a474a52cb051332489d4 (diff)
sal: WNT -> _WIN32
Still some holdouts from that bad old habit it seems. Change-Id: Ib0fe2c7eb006649b121668c549ff8e0bb060e120 Reviewed-on: https://gerrit.libreoffice.org/55331 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'sal/qa')
-rw-r--r--sal/qa/osl/file/osl_File.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx
index 78868fec3de1..5261cb6511f2 100644
--- a/sal/qa/osl/file/osl_File.cxx
+++ b/sal/qa/osl/file/osl_File.cxx
@@ -5105,7 +5105,7 @@ namespace osl_Directory
rc != osl::FileBase::E_None
);
}
-#endif /* WNT */
+#endif /* _WIN32 */
CPPUNIT_TEST_SUITE(createPath);
CPPUNIT_TEST(with_relative_path);