Build fix for wiimote new in linux. Don't expect functionality, this just gets it building again. The config dialog segfaults when you open it. I will fix that soon, and add mouse functionality.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5397 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice
2010-04-22 11:54:46 +00:00
parent 7c22b83f66
commit 3adc2cef68
2 changed files with 17 additions and 13 deletions

View File

@ -8,6 +8,10 @@
#include "PluginSpecs.h"
#include "ExportProlog.h"
#ifndef _WIN32
#include "Config.h"
#endif
typedef void (*TLogv)(const char* _pMessage, int _v);