HAVE_WIN32 -> WINDOWS. HAVE_LINUXKERNEL -> LINUX. If some features originating in Linux work on other systems, then define them specifically (eg. HAVE_LINUX_JOYSTICKS).
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#elif defined(HAVE_SDL)
|
||||
#include "LoadingWindow_SDL.h"
|
||||
|
||||
#elif defined(HAVE_WIN32)
|
||||
#elif defined(WINDOWS)
|
||||
#include "LoadingWindow_Win32.h"
|
||||
|
||||
#elif defined(HAVE_XDK)
|
||||
|
||||
Reference in New Issue
Block a user