Fix compile.
This commit is contained in:
@@ -24,7 +24,7 @@ void ArchHooks::SetToggleWindowed()
|
|||||||
g_bToggleWindowed = true;
|
g_bToggleWindowed = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "Selector_ArchHooks.h"
|
#include "arch/arch_default.h"
|
||||||
ArchHooks *MakeArchHooks()
|
ArchHooks *MakeArchHooks()
|
||||||
{
|
{
|
||||||
return new ARCH_HOOKS;
|
return new ARCH_HOOKS;
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#include "RageLog.h"
|
#include "RageLog.h"
|
||||||
#include "arch/arch.h"
|
#include "arch/arch.h"
|
||||||
#include "RageThreads.h"
|
#include "RageThreads.h"
|
||||||
|
#include "arch/arch_default.h"
|
||||||
|
|
||||||
#if !defined(SMPACKAGE)
|
#if !defined(SMPACKAGE)
|
||||||
static Preference<RString> g_sIgnoredDialogs( "IgnoredDialogs", "" );
|
static Preference<RString> g_sIgnoredDialogs( "IgnoredDialogs", "" );
|
||||||
|
|||||||
Reference in New Issue
Block a user