Skip to content

Commit dafbd83

Browse files
committed
cont : try another fix
1 parent f3d9bad commit dafbd83

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/common.cpp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
#define STB_VORBIS_HEADER_ONLY
88
#include "stb_vorbis.c" /* Enables Vorbis decoding. */
99

10+
#ifdef _WIN32
11+
#ifndef NOMINMAX
12+
#define NOMINMAX
13+
#endif
14+
#endif
15+
1016
#define MA_NO_DEVICE_IO
1117
#define MA_NO_THREADING
1218
#define MA_NO_ENCODING
@@ -16,7 +22,6 @@
1622
#define MINIAUDIO_IMPLEMENTATION
1723
#include "miniaudio.h"
1824

19-
#include <algorithm>
2025
#include <cmath>
2126
#include <codecvt>
2227
#include <cstring>

0 commit comments

Comments
 (0)