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:
@@ -4,7 +4,7 @@
|
||||
#include "arch/arch_platform.h"
|
||||
|
||||
/* Dialog drivers selector. */
|
||||
#if defined(HAVE_WIN32)
|
||||
#if defined(WIN32)
|
||||
#include "DialogDriver_Win32.h"
|
||||
|
||||
#elif defined(HAVE_COCOA)
|
||||
|
||||
Reference in New Issue
Block a user