From f98730028cd0f82c7545a4fd8de8af62b8231607 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 17 Dec 2016 20:32:04 +0100 Subject: MT32: Prevent Munt from including --- audio/softsynth/mt32.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'audio') diff --git a/audio/softsynth/mt32.cpp b/audio/softsynth/mt32.cpp index 8ad456e3a3..76c3072097 100644 --- a/audio/softsynth/mt32.cpp +++ b/audio/softsynth/mt32.cpp @@ -49,6 +49,10 @@ #include "gui/message.h" +// prevents load of unused FileStream API because it includes a standard library +// include, per _sev +#define MT32EMU_FILE_STREAM_H + #include "audio/softsynth/mt32/c_interface/cpp_interface.h" namespace MT32Emu { -- cgit v1.2.3