Make sure to expose widechar sndfile API
This commit is contained in:
parent
38ac7cf66f
commit
d5f49595d3
1 changed files with 4 additions and 0 deletions
4
external/st_audiofile/src/st_audiofile.h
vendored
4
external/st_audiofile/src/st_audiofile.h
vendored
|
|
@ -6,6 +6,10 @@
|
|||
|
||||
#pragma once
|
||||
#if defined(ST_AUDIO_FILE_USE_SNDFILE)
|
||||
#if defined(_WIN32)
|
||||
#define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include <sndfile.h>
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue