From: <man...@us...> - 2014-09-26 09:06:26
|
Revision: 4311 http://sourceforge.net/p/modplug/code/4311 Author: manxorist Date: 2014-09-26 09:06:17 +0000 (Fri, 26 Sep 2014) Log Message: ----------- [Fix] Move #include <uxtheme.h> out of OPENMPT_NAMESPACE_BEGIN. Modified Paths: -------------- trunk/OpenMPT/mptrack/View_gen.cpp Modified: trunk/OpenMPT/mptrack/View_gen.cpp =================================================================== --- trunk/OpenMPT/mptrack/View_gen.cpp 2014-09-24 15:16:00 UTC (rev 4310) +++ trunk/OpenMPT/mptrack/View_gen.cpp 2014-09-26 09:06:17 UTC (rev 4311) @@ -25,7 +25,11 @@ #include "SelectPluginDialog.h" #include "../common/StringFixer.h" +// This is used for retrieving the correct background colour for the +// frames on the general tab when using WinXP Luna or Vista/Win7 Aero. +#include <uxtheme.h> + OPENMPT_NAMESPACE_BEGIN @@ -1508,8 +1512,6 @@ // This is used for retrieving the correct background colour for the // frames on the general tab when using WinXP Luna or Vista/Win7 Aero. -#include <uxtheme.h> - HBRUSH CViewGlobals::OnCtlColor(CDC *pDC, CWnd* pWnd, UINT nCtlColor) //------------------------------------------------------------------- { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |