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