mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)
This commit is contained in:
@@ -16,6 +16,10 @@ using namespace std;
|
||||
using namespace ARDOUR;
|
||||
using namespace PBD;
|
||||
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
#define sleep(X) Sleep((X) * 1000)
|
||||
#endif
|
||||
|
||||
static const char* localedir = LOCALEDIR;
|
||||
|
||||
TestReceiver test_receiver;
|
||||
|
||||
Reference in New Issue
Block a user