From 986ffc39fd4cfac9c25a324511c1204f9d8ba760 Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Wed, 2 Apr 2014 13:06:01 -0400 Subject: Various WASAPI-related changes. --- tests/teststops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/teststops.cpp') 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 #define SLEEP( milliseconds ) Sleep( (DWORD) milliseconds ) #else // Unix variants -- cgit v1.2.3