diff options
author | Paul Adenot <[email protected]> | 2020-10-05 18:44:00 +0200 |
---|---|---|
committer | Paul Adenot <[email protected]> | 2020-10-07 18:11:16 +0200 |
commit | 970e118e4bc006b2621155c68c28b5b80a1a0e10 (patch) | |
tree | 88facc2c4c47b94e2911b427f63af319cd82c87b | |
parent | 01e0997c75abeff9c361568f2bdc645f6c3c0ade (diff) | |
download | cubeb-970e118e4bc006b2621155c68c28b5b80a1a0e10.tar.gz cubeb-970e118e4bc006b2621155c68c28b5b80a1a0e10.zip |
Require at least the windows 8.1 SDK for building cubeb
-rw-r--r-- | src/cubeb_wasapi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubeb_wasapi.cpp b/src/cubeb_wasapi.cpp index 10bf331..ccd047b 100644 --- a/src/cubeb_wasapi.cpp +++ b/src/cubeb_wasapi.cpp @@ -4,7 +4,7 @@ * This program is made available under an ISC-style license. See the * accompanying file LICENSE for details. */ -#define _WIN32_WINNT 0x0600 +#define _WIN32_WINNT 0x0603 #define NOMINMAX #include <initguid.h> |