mirror of
https://github.com/mozilla/cubeb.git
synced 2025-05-14 15:38:27 +00:00
wasapi: Fix formatting.
This commit is contained in:
parent
3cbfc9ed2d
commit
832fcf38e6
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@
|
||||||
*/
|
*/
|
||||||
#ifndef _WIN32_WINNT
|
#ifndef _WIN32_WINNT
|
||||||
#define _WIN32_WINNT 0x0603
|
#define _WIN32_WINNT 0x0603
|
||||||
#endif // !_WIN32_WINNT
|
#endif // !_WIN32_WINNT
|
||||||
#ifndef NOMINMAX
|
#ifndef NOMINMAX
|
||||||
#define NOMINMAX
|
#define NOMINMAX
|
||||||
#endif // !NOMINMAX
|
#endif // !NOMINMAX
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue