Adding #include <io.h> & <fcntl.h>
This commit is contained in:
parent
a4747b2edb
commit
6f1ed6e5cb
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue