Include windows.h for Sleep function
This commit is contained in:
parent
8a796bd5e1
commit
9c07675cbe
@ -17,6 +17,7 @@ using namespace ARDOUR;
|
||||
using namespace PBD;
|
||||
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
#include <windows.h>
|
||||
#define sleep(X) Sleep((X) * 1000)
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user