mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
Include windows.h for Sleep function
This commit is contained in:
parent
8bea659f44
commit
ef50b2818a
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ using namespace ARDOUR;
|
||||||
using namespace PBD;
|
using namespace PBD;
|
||||||
|
|
||||||
#ifdef PLATFORM_WINDOWS
|
#ifdef PLATFORM_WINDOWS
|
||||||
|
#include <windows.h>
|
||||||
#define sleep(X) Sleep((X) * 1000)
|
#define sleep(X) Sleep((X) * 1000)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue