[Scummvm-git-logs] scummvm master -> f98730028cd0f82c7545a4fd8de8af62b8231607

sev- sev at scummvm.org
Sat Dec 17 20:32:30 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f98730028c MT32: Prevent Munt from including <fstream>


Commit: f98730028cd0f82c7545a4fd8de8af62b8231607
    https://github.com/scummvm/scummvm/commit/f98730028cd0f82c7545a4fd8de8af62b8231607
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-12-17T20:32:04+01:00

Commit Message:
MT32: Prevent Munt from including <fstream>

Changed paths:
    audio/softsynth/mt32.cpp


diff --git a/audio/softsynth/mt32.cpp b/audio/softsynth/mt32.cpp
index 8ad456e..76c3072 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 {





More information about the Scummvm-git-logs mailing list