disk-space calc is windows (not MSVC) specific.
authorRobin Gareus <robin@gareus.org>
Mon, 9 Mar 2015 23:21:37 +0000 (00:21 +0100)
committerRobin Gareus <robin@gareus.org>
Mon, 9 Mar 2015 23:21:37 +0000 (00:21 +0100)
libs/ardour/session_state.cc

index b12a89480edefe3d219ce244a7318903b838900a..ffebcaecb8b9fed35e8af394f4d589f79d18476c 100644 (file)
@@ -2071,7 +2071,7 @@ Session::refresh_disk_space ()
                        _total_free_4k_blocks_uncertain = true;
                }
        }
-#elif defined (COMPILER_MSVC)
+#elif defined PLATFORM_WINDOWS
        vector<string> scanned_volumes;
        vector<string>::iterator j;
        vector<space_and_path>::iterator i;