From 0dc8806ee473f96d1f480f7a50b7a39efaf6d90a Mon Sep 17 00:00:00 2001 From: John Emmas Date: Sun, 4 Aug 2013 19:03:32 +0100 Subject: 'libs/ardour' - Platform specific changes and includes --- libs/ardour/file_source.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/file_source.cc') diff --git a/libs/ardour/file_source.cc b/libs/ardour/file_source.cc index c7b03cbdb7..e06b3d624e 100644 --- a/libs/ardour/file_source.cc +++ b/libs/ardour/file_source.cc @@ -487,7 +487,7 @@ FileSource::find_2X (Session& s, DataType type, const string& path, bool must_ex goto out; } -#ifndef WIN32 +#ifndef PLATFORM_WINDOWS if (errno != ENOENT) { error << string_compose( _("Filesource: cannot check for existing file (%1): %2"), -- cgit v1.2.3