1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-31 01:21:03 +00:00

Fix CXX_BUILD for audio_mixer

This commit is contained in:
twinaphex 2017-02-23 04:41:28 +01:00
parent 1dcf57c046
commit 22223fa6c4

@ -51,6 +51,8 @@
#ifndef STB_VORBIS_INCLUDE_STB_VORBIS_H
#define STB_VORBIS_INCLUDE_STB_VORBIS_H
#include <assert.h>
#if defined(STB_VORBIS_NO_CRT) && !defined(STB_VORBIS_NO_STDIO)
#define STB_VORBIS_NO_STDIO 1
#endif