Just fix some warnings for Haiku as well.
One of them was a missing prototype, the other was likely some strangeness in the definition of size_t. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1953 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -44,6 +44,8 @@
|
||||
#ifdef __WIN32__
|
||||
#include <Windows.h>
|
||||
#include <SDL_syswm.h>
|
||||
#elif defined __HAIKU__
|
||||
#include "haiku.h"
|
||||
#endif
|
||||
|
||||
// Virtual keyboard is mandatory on these platforms:
|
||||
|
||||
Reference in New Issue
Block a user