From 423e1ad7fac8df1be159b5a301f36e8cf8fcbab4 Mon Sep 17 00:00:00 2001 From: luigi__ Date: Wed, 23 Jun 2010 15:58:34 +0000 Subject: [PATCH] WX: little fix. Windows building still broken, working on it. (also we should quit using stuff from other softwares because it can cause problems like this little one) --- desmume/src/wx/PadSimple/pluginspecs_pad.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desmume/src/wx/PadSimple/pluginspecs_pad.h b/desmume/src/wx/PadSimple/pluginspecs_pad.h index cdd273c1f..56926473a 100644 --- a/desmume/src/wx/PadSimple/pluginspecs_pad.h +++ b/desmume/src/wx/PadSimple/pluginspecs_pad.h @@ -30,7 +30,9 @@ #define PAD_BUTTON_Y 0x0800 #define PAD_BUTTON_START 0x1000 +#ifndef WIN32 // todo- find better fixoring for that typedef void *HWND; +#endif typedef void (*TLog)(const char* _pMessage); typedef struct