From 92ed91610d30246e671226da081da748f6b16aae Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Tue, 5 Jun 2018 14:23:08 +0200 Subject: 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 Reviewed-by: Thorsten Behrens --- sal/qa/osl/file/osl_File.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal/qa/osl') 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); -- cgit