mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)
This commit is contained in:
parent
3e250d5f06
commit
912f07b919
24 changed files with 147 additions and 79 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue