Skip to content

Commit

Permalink
wasapi: Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinetiknz committed Feb 12, 2025
1 parent 3cbfc9e commit 832fcf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cubeb_wasapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
*/
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0603
#endif // !_WIN32_WINNT
#endif // !_WIN32_WINNT
#ifndef NOMINMAX
#define NOMINMAX
#endif // !NOMINMAX
#endif // !NOMINMAX

#include <algorithm>
#include <atomic>
Expand Down

0 comments on commit 832fcf3

Please sign in to comment.