From fd0cb4afaa53eb775ea3f377465e4e013a2e7cda Mon Sep 17 00:00:00 2001 From: nakeee Date: Sun, 7 Dec 2008 07:06:25 +0000 Subject: [PATCH] missing define git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1421 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Src/Common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Common/Src/Common.h b/Source/Core/Common/Src/Common.h index b41461967f..ae7a193af4 100644 --- a/Source/Core/Common/Src/Common.h +++ b/Source/Core/Common/Src/Common.h @@ -36,6 +36,7 @@ #include "../../../PluginSpecs/CommonTypes.h" #define HAVE_WIIUSE 1 +#define HAVE_WX 1 #else #include "CommonTypes.h" #include "Config.h"