diff options
| author | nakeee <nakeee@gmail.com> | 2008-12-07 07:06:25 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2008-12-07 07:06:25 +0000 |
| commit | fd0cb4afaa53eb775ea3f377465e4e013a2e7cda (patch) | |
| tree | 4010d43b7736f7d6e7572d3a5cdfe476e5e5af3c /Source/Core/Common/Src | |
| parent | 1b66c6362591d7f16c7daa2e138b8232394d118d (diff) | |
missing define
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1421 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src')
| -rw-r--r-- | Source/Core/Common/Src/Common.h | 1 |
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"
|
