summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/osl/file/osl_old_test_file.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/qa/osl/file/osl_old_test_file.cxx b/sal/qa/osl/file/osl_old_test_file.cxx
index 647083201213..8444baf70f04 100644
--- a/sal/qa/osl/file/osl_old_test_file.cxx
+++ b/sal/qa/osl/file/osl_old_test_file.cxx
@@ -52,6 +52,7 @@ public:
CPPUNIT_TEST_SUITE_END( );
};
+#ifndef WIN32
const char * const aSource1[] =
{
"a" , "file:///" TEST_VOLUME "bla/a",
@@ -78,6 +79,7 @@ const char * const aSource2[ ] =
"../../../a/b/c/d", "file:///" TEST_VOLUME "a/b/c/d",
nullptr,nullptr
};
+#endif
using ::rtl::OUString;
using ::rtl::OUStringToOString;