Changes needed to accommodate building libevoral with MSVC

Note that class 'MusicalTime' needn't be exportable (with a little work, this could be reverted if it affects the other builds)
This commit is contained in:
John Emmas 2014-11-24 12:51:54 +00:00
parent 7b3263891f
commit 25745758aa
4 changed files with 15 additions and 120 deletions

View file

@ -19,7 +19,9 @@
#include <iostream>
#include <limits>
#include <glib.h>
#ifndef COMPILER_MSVC
#include "evoral/Note.hpp"
#endif
namespace Evoral {