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)
This commit is contained in:
parent
d58743fd37
commit
423e1ad7fa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue