mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)

This commit is contained in:
Robin Gareus 2014-03-04 15:25:58 +01:00
parent 3e250d5f06
commit 912f07b919
24 changed files with 147 additions and 79 deletions

View file

@ -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;