# HG changeset patch # User Matti Hamalainen # Date 1210274200 -10800 # Node ID d26db7f0812476281921d02e670b3463bb520ea8 # Parent 04b1b020be88670cf8d38224378049e4e42e2a71# Parent d3432c34e81758d5437875704f75115704c4ff48 Automated merge with ssh://hg.atheme.org//hg/audacious-plugins diff -r 04b1b020be88 -r d26db7f08124 src/modplug/gui/main.cxx --- a/src/modplug/gui/main.cxx Thu May 08 22:16:12 2008 +0300 +++ b/src/modplug/gui/main.cxx Thu May 08 22:16:40 2008 +0300 @@ -5,6 +5,15 @@ #include +#include "../stddefs.h" +#include "../stdafx.h" +#include "../sndfile.h" +#include "../archive/open.h" + +// Order of #include is important - UINT is redefined to unsigned long instead of unsigned int +// somewhere in the following headers, which leads to unresolved symbol - +// linking is okay, error pops up when starting Audacious. + #include #include extern "C" { @@ -26,10 +35,6 @@ #include #include -#include "../stddefs.h" -#include "../stdafx.h" -#include "../sndfile.h" -#include "../archive/open.h" #define MAX_MESSAGE_LENGTH 4000