wasapi: Fix formatting.

This commit is contained in:
Matthew Gregan 2025-02-13 09:36:29 +13:00
parent 3cbfc9ed2d
commit 832fcf38e6

View file

@ -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>