From: <sag...@us...> - 2014-10-25 15:34:34
|
Revision: 4492 http://sourceforge.net/p/modplug/code/4492 Author: saga-games Date: 2014-10-25 15:34:20 +0000 (Sat, 25 Oct 2014) Log Message: ----------- [Fix] Various files were still pointing at the old mptFstream.h Modified Paths: -------------- trunk/OpenMPT/mptrack/CommandSet.cpp trunk/OpenMPT/mptrack/Mod2wave.cpp trunk/OpenMPT/mptrack/Settings.cpp trunk/OpenMPT/mptrack/TuningDialog.cpp trunk/OpenMPT/mptrack/mod2midi.cpp trunk/OpenMPT/pluginBridge/BridgeWrapper.cpp trunk/OpenMPT/soundlib/Dlsbank.cpp trunk/OpenMPT/soundlib/Load_it.cpp trunk/OpenMPT/soundlib/Load_itp.cpp trunk/OpenMPT/soundlib/Load_mod.cpp trunk/OpenMPT/soundlib/Load_mt2.cpp trunk/OpenMPT/soundlib/Load_s3m.cpp trunk/OpenMPT/soundlib/Load_xm.cpp trunk/OpenMPT/soundlib/SampleFormats.cpp trunk/OpenMPT/soundlib/SampleIO.cpp trunk/OpenMPT/soundlib/WAVTools.cpp Modified: trunk/OpenMPT/mptrack/CommandSet.cpp =================================================================== --- trunk/OpenMPT/mptrack/CommandSet.cpp 2014-10-25 15:32:44 UTC (rev 4491) +++ trunk/OpenMPT/mptrack/CommandSet.cpp 2014-10-25 15:34:20 UTC (rev 4492) @@ -16,7 +16,7 @@ #include "../mptrack/Reporting.h" #include <stdio.h> #include <stdlib.h> -#include "../common/mptFstream.h" +#include "../common/mptFileIO.h" #include <sstream> Modified: trunk/OpenMPT/mptrack/Mod2wave.cpp =================================================================== --- trunk/OpenMPT/mptrack/Mod2wave.cpp 2014-10-25 15:32:44 UTC (rev 4491) +++ trunk/OpenMPT/mptrack/Mod2wave.cpp 2014-10-25 15:34:20 UTC (rev 4492) @@ -24,7 +24,7 @@ #include "../soundlib/Dither.h" #include "../soundlib/AudioReadTarget.h" -#include "../common/mptFstream.h" +#include "../common/mptFileIO.h" OPENMPT_NAMESPACE_BEGIN Modified: trunk/OpenMPT/mptrack/Settings.cpp =================================================================== --- trunk/OpenMPT/mptrack/Settings.cpp 2014-10-25 15:32:44 UTC (rev 4491) +++ trunk/OpenMPT/mptrack/Settings.cpp 2014-10-25 15:34:20 UTC (rev 4492) @@ -19,7 +19,7 @@ #include "Mainfrm.h" #include <algorithm> -#include "../common/mptFstream.h" +#include "../common/mptFileIO.h" #include <iterator> Modified: trunk/OpenMPT/mptrack/TuningDialog.cpp =================================================================== --- trunk/OpenMPT/mptrack/TuningDialog.cpp 2014-10-25 15:32:44 UTC (rev 4491) +++ trunk/OpenMPT/mptrack/TuningDialog.cpp 2014-10-25 15:34:20 UTC (rev 4492) @@ -13,7 +13,7 @@ #include "TuningDialog.h" #include "TrackerSettings.h" #include <algorithm> -#include "../common/mptFstream.h" +#include "../common/mptFileIO.h" #include "../common/misc_util.h" #include "tuningdialog.h" #include "FileDialog.h" Modified: trunk/OpenMPT/mptrack/mod2midi.cpp =================================================================== --- trunk/OpenMPT/mptrack/mod2midi.cpp 2014-10-25 15:32:44 UTC (rev 4491) +++ trunk/OpenMPT/mptrack/mod2midi.cpp 2014-10-25 15:34:20 UTC (rev 4492) @@ -12,7 +12,7 @@ #include "Mptrack.h" #include "../soundlib/Sndfile.h" #include "../common/StringFixer.h" -#include "../common/mptFstream.h" +#include "../common/mptFileIO.h" #include "mod2midi.h" #include "Wav.h" Modified: trunk/OpenMPT/pluginBridge/BridgeWrapper.cpp =================================================================== --- trunk/OpenMPT/pluginBridge/BridgeWrapper.cpp 2014-10-25 15:32:44 UTC (rev 4491) +++ trunk/OpenMPT/pluginBridge/BridgeWrapper.cpp 2014-10-25 15:34:20 UTC (rev 4492) @@ -16,7 +16,7 @@ #include "../mptrack/Mptrack.h" #include "../mptrack/Vstplug.h" #include "../mptrack/ExceptionHandler.h" -#include "../common/mptFstream.h" +#include "../common/mptFileIO.h" #include "../common/thread.h" #include "../common/StringFixer.h" Modified: trunk/OpenMPT/soundlib/Dlsbank.cpp =================================================================== --- trunk/OpenMPT/soundlib/Dlsbank.cpp 2014-10-25 15:32:44 UTC (rev 4491) +++ trunk/OpenMPT/soundlib/Dlsbank.cpp 2014-10-25 15:34:20 UTC (rev 4492) @@ -13,7 +13,7 @@ #include "Sndfile.h" #ifdef MODPLUG_TRACKER #include "../mptrack/mptrack.h" -#include "../common/mptFstream.h" +#include "../common/mptFileIO.h" #endif #include "Dlsbank.h" #include "Wav.h" Modified: trunk/OpenMPT/soundlib/Load_it.cpp =================================================================== --- trunk/OpenMPT/soundlib/Load_it.cpp 2014-10-25 15:32:44 UTC (rev 4491) +++ trunk/OpenMPT/soundlib/Load_it.cpp 2014-10-25 15:34:20 UTC (rev 4492) @@ -19,7 +19,7 @@ #include "../common/mptIO.h" #include "../common/serialization_utils.h" #ifndef MODPLUG_NO_FILESAVE -#include "../common/mptFstream.h" +#include "../common/mptFileIO.h" #endif #include <sstream> #include <list> Modified: trunk/OpenMPT/soundlib/Load_itp.cpp =================================================================== --- trunk/OpenMPT/soundlib/Load_itp.cpp 2014-10-25 15:32:44 UTC (rev 4491) +++ trunk/OpenMPT/soundlib/Load_itp.cpp 2014-10-25 15:34:20 UTC (rev 4492) @@ -20,7 +20,7 @@ #include "ITTools.h" #ifdef MODPLUG_TRACKER #include "../mptrack/TrackerSettings.h" -#include "../common/mptFstream.h" +#include "../common/mptFileIO.h" #include "../mptrack/Moddoc.h" #endif Modified: trunk/OpenMPT/soundlib/Load_mod.cpp =================================================================== --- trunk/OpenMPT/soundlib/Load_mod.cpp 2014-10-25 15:32:44 UTC (rev 4491) +++ trunk/OpenMPT/soundlib/Load_mod.cpp 2014-10-25 15:34:20 UTC (rev 4492) @@ -13,7 +13,7 @@ #include "Loaders.h" #include "Tables.h" #ifndef MODPLUG_NO_FILESAVE -#include "../common/mptFstream.h" +#include "../common/mptFileIO.h" #endif OPENMPT_NAMESPACE_BEGIN Modified: trunk/OpenMPT/soundlib/Load_mt2.cpp =================================================================== --- trunk/OpenMPT/soundlib/Load_mt2.cpp 2014-10-25 15:32:44 UTC (rev 4491) +++ trunk/OpenMPT/soundlib/Load_mt2.cpp 2014-10-25 15:34:20 UTC (rev 4492) @@ -13,7 +13,7 @@ #include "Loaders.h" #ifdef MODPLUG_TRACKER // For loading external samples -#include "../common/mptFstream.h" +#include "../common/mptFileIO.h" #include "../mptrack/Moddoc.h" #endif Modified: trunk/OpenMPT/soundlib/Load_s3m.cpp =================================================================== --- trunk/OpenMPT/soundlib/Load_s3m.cpp 2014-10-25 15:32:44 UTC (rev 4491) +++ trunk/OpenMPT/soundlib/Load_s3m.cpp 2014-10-25 15:34:20 UTC (rev 4492) @@ -12,7 +12,7 @@ #include "Loaders.h" #include "S3MTools.h" #ifndef MODPLUG_NO_FILESAVE -#include "../common/mptFstream.h" +#include "../common/mptFileIO.h" #endif #include "../common/version.h" Modified: trunk/OpenMPT/soundlib/Load_xm.cpp =================================================================== --- trunk/OpenMPT/soundlib/Load_xm.cpp 2014-10-25 15:32:44 UTC (rev 4491) +++ trunk/OpenMPT/soundlib/Load_xm.cpp 2014-10-25 15:34:20 UTC (rev 4492) @@ -16,7 +16,7 @@ #include "../common/misc_util.h" #include "XMTools.h" #ifndef MODPLUG_NO_FILESAVE -#include "../common/mptFstream.h" +#include "../common/mptFileIO.h" #endif #include <algorithm> #ifdef MODPLUG_TRACKER Modified: trunk/OpenMPT/soundlib/SampleFormats.cpp =================================================================== --- trunk/OpenMPT/soundlib/SampleFormats.cpp 2014-10-25 15:32:44 UTC (rev 4491) +++ trunk/OpenMPT/soundlib/SampleFormats.cpp 2014-10-25 15:34:20 UTC (rev 4492) @@ -17,7 +17,7 @@ #endif //MODPLUG_TRACKER #include "../common/AudioCriticalSection.h" #ifndef MODPLUG_NO_FILESAVE -#include "../common/mptFstream.h" +#include "../common/mptFileIO.h" #endif #include "Wav.h" #include "Tagging.h" Modified: trunk/OpenMPT/soundlib/SampleIO.cpp =================================================================== --- trunk/OpenMPT/soundlib/SampleIO.cpp 2014-10-25 15:32:44 UTC (rev 4491) +++ trunk/OpenMPT/soundlib/SampleIO.cpp 2014-10-25 15:34:20 UTC (rev 4492) @@ -17,7 +17,7 @@ #include "ITCompression.h" #include "../common/mptIO.h" #ifndef MODPLUG_NO_FILESAVE -#include "../common/mptFstream.h" +#include "../common/mptFileIO.h" #endif Modified: trunk/OpenMPT/soundlib/WAVTools.cpp =================================================================== --- trunk/OpenMPT/soundlib/WAVTools.cpp 2014-10-25 15:32:44 UTC (rev 4491) +++ trunk/OpenMPT/soundlib/WAVTools.cpp 2014-10-25 15:34:20 UTC (rev 4492) @@ -12,7 +12,7 @@ #include "Loaders.h" #include "WAVTools.h" #ifndef MODPLUG_NO_FILESAVE -#include "../common/mptFstream.h" +#include "../common/mptFileIO.h" #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |