'libs/evoral' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date)

This commit is contained in:
John Emmas 2014-01-12 17:36:17 +00:00
parent 897fbdc652
commit dd8ba245bb
14 changed files with 37 additions and 25 deletions

View file

@ -27,6 +27,10 @@
#include "evoral/midi_util.h"
#include "pbd/file_manager.h"
#ifdef COMPILER_MSVC
extern double round(double x);
#endif
using namespace std;
namespace Evoral {