Make sure to expose widechar sndfile API

This commit is contained in:
Jean Pierre Cimalando 2020-11-04 09:53:59 +01:00
parent 38ac7cf66f
commit d5f49595d3

View file

@ -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>