fix merge conflicts with master
[ardour.git] / libs / pbd / test / filesystem_test.cc
index 0cbe5baf32badce127294f6cad986b978895260a..458105d1779286fd3364b6d2de28a19cb42b292a 100644 (file)
@@ -10,7 +10,7 @@ CPPUNIT_TEST_SUITE_REGISTRATION (FilesystemTest);
 void
 FilesystemTest::testPathIsWithin ()
 {
-#ifndef WIN32
+#ifndef PLATFORM_WINDOWS
        system ("rm -r foo");
        CPPUNIT_ASSERT (g_mkdir_with_parents ("foo/bar/baz", 0755) == 0);