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:
Glenn Maynard
2005-10-24 07:22:28 +00:00
parent 45ec442600
commit 539ec6aa5c
8 changed files with 12 additions and 12 deletions
@@ -8,7 +8,7 @@
#include "InputHandler_DirectInput.h"
#endif
#ifdef HAVE_LINUXKERNEL
#if defined(LINUX)
#include "InputHandler_Linux_Joystick.h"
#endif
@@ -23,7 +23,7 @@
#include "InputHandler_SDL.h"
#endif
#ifdef HAVE_WIN32
#if defined(WINDOWS)
#include "InputHandler_Win32_Pump.h"
#include "InputHandler_Win32_Para.h"
#include "InputHandler_Win32_MIDI.h"