summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2008-12-07 07:06:25 +0000
committernakeee <nakeee@gmail.com>2008-12-07 07:06:25 +0000
commitfd0cb4afaa53eb775ea3f377465e4e013a2e7cda (patch)
tree4010d43b7736f7d6e7572d3a5cdfe476e5e5af3c
parent1b66c6362591d7f16c7daa2e138b8232394d118d (diff)
missing define
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1421 8ced0084-cf51-0410-be5f-012b33b47a6e
-rw-r--r--Source/Core/Common/Src/Common.h1
1 files changed, 1 insertions, 0 deletions
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"