From 7b480eaa27d73e2e5c21c6ac785a1aa2fb3aa51a Mon Sep 17 00:00:00 2001 From: John Emmas Date: Tue, 16 Jul 2013 18:00:49 +0100 Subject: Windows (compiler specific) includes for libpbd --- libs/pbd/pathexpand.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/pbd/pathexpand.cc') diff --git a/libs/pbd/pathexpand.cc b/libs/pbd/pathexpand.cc index ad53bea37b..5c3a0f8bcf 100644 --- a/libs/pbd/pathexpand.cc +++ b/libs/pbd/pathexpand.cc @@ -36,7 +36,7 @@ using std::vector; string PBD::canonical_path (const std::string& path) { -#ifdef WIN32 +#ifdef COMPILER_MINGW return path; #endif char buf[PATH_MAX+1]; -- cgit v1.2.3