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,9 +4,9 @@
|
||||
#include "arch/arch_platform.h"
|
||||
|
||||
/* MemoryCardDriver selector. */
|
||||
#if defined(HAVE_LINUXKERNEL)
|
||||
#if defined(LINUX)
|
||||
#include "MemoryCardDriverThreaded_Linux.h"
|
||||
#elif defined(HAVE_WIN32)
|
||||
#elif defined(WINDOWS)
|
||||
#include "MemoryCardDriverThreaded_Windows.h"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user