From: <man...@us...> - 2014-10-30 09:30:37
|
Revision: 4519 http://sourceforge.net/p/modplug/code/4519 Author: manxorist Date: 2014-10-30 09:30:21 +0000 (Thu, 30 Oct 2014) Log Message: ----------- [Mod] in_openmpt: Expect the complete Winamp SDK in folder include/winamp/ instead of just the Winamp/ subfolder of the SDK. Modified Paths: -------------- trunk/OpenMPT/README.md trunk/OpenMPT/libopenmpt/in_openmpt.cpp Modified: trunk/OpenMPT/README.md =================================================================== --- trunk/OpenMPT/README.md 2014-10-29 20:27:35 UTC (rev 4518) +++ trunk/OpenMPT/README.md 2014-10-30 09:30:21 UTC (rev 4519) @@ -77,8 +77,8 @@ - Winamp 5 SDK: - To build libopenmpt as a winamp input plugin, copy the headers in - Winamp/ from `WA5.55_SDK.exe` to include/winamp/. + To build libopenmpt as a winamp input plugin, copy the contents of + `WA5.55_SDK.exe` to include/winamp/. Please visit [winamp.com](http://wiki.winamp.com/wiki/Plug-in_Developer) to Modified: trunk/OpenMPT/libopenmpt/in_openmpt.cpp =================================================================== --- trunk/OpenMPT/libopenmpt/in_openmpt.cpp 2014-10-29 20:27:35 UTC (rev 4518) +++ trunk/OpenMPT/libopenmpt/in_openmpt.cpp 2014-10-30 09:30:21 UTC (rev 4519) @@ -34,8 +34,8 @@ #include <windows.h> #define UNICODE_INPUT_PLUGIN -#include "winamp/IN2.H" -#include "winamp/wa_ipc.h" +#include "winamp/Winamp/IN2.H" +#include "winamp/Winamp/wa_ipc.h" #include <algorithm> #include <fstream> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |