diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2014-04-02 13:06:01 -0400 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2014-04-02 13:06:01 -0400 |
| commit | 986ffc39fd4cfac9c25a324511c1204f9d8ba760 (patch) | |
| tree | 857a6a50b6e2806095fee8e243634e31ef54a4cf /tests/teststops.cpp | |
| parent | 18e6f5126073320450438e99b4833cabc3347dba (diff) | |
Various WASAPI-related changes.
Diffstat (limited to 'tests/teststops.cpp')
| -rw-r--r-- | tests/teststops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/teststops.cpp b/tests/teststops.cpp index 2cfccb4..5c6ed38 100644 --- a/tests/teststops.cpp +++ b/tests/teststops.cpp @@ -21,7 +21,7 @@ #define REPETITIONS 10
// Platform-dependent sleep routines.
-#if defined( __WINDOWS_ASIO__ ) || defined( __WINDOWS_DS__ )
+#if defined( __WINDOWS_ASIO__ ) || defined( __WINDOWS_DS__ ) || defined( __WINDOWS_WASAPI__ )
#include <windows.h>
#define SLEEP( milliseconds ) Sleep( (DWORD) milliseconds )
#else // Unix variants
|
