INFINITE is defined via windows.h so undefine it
This commit is contained in:
parent
0c3bbd41dd
commit
27a5a589ed
@ -26,6 +26,10 @@
|
||||
#include "pbd/xml++.h"
|
||||
#include "ardour/data_type.h"
|
||||
|
||||
#ifdef INFINITE
|
||||
#undef INFINITE
|
||||
#endif
|
||||
|
||||
namespace ARDOUR {
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user