mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +01:00
'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:
parent
897fbdc652
commit
dd8ba245bb
14 changed files with 37 additions and 25 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue