Adding #include <io.h> & <fcntl.h>

This commit is contained in:
Zack Zhiyuan Li 2024-11-04 04:54:51 +00:00
parent a4747b2edb
commit 6f1ed6e5cb

View file

@ -60,6 +60,11 @@
#include <functional>
#include <codecvt>
#ifdef _WIN32
#include <io.h>
#include <fcntl.h>
#endif
// third-party utilities
// use your favorite implementations
#define DR_WAV_IMPLEMENTATION