Removed support for 10.3.9

Fixed building on Mac OS X 10.5
This commit is contained in:
Sam Lantinga 2010-12-01 12:23:16 -08:00
parent 7b8f9fe722
commit 091cd521e3
14 changed files with 33 additions and 915 deletions

View file

@ -24,11 +24,7 @@
#ifndef SDL_JOYSTICK_IOKIT_H
#if MAC_OS_X_VERSION_MIN_REQUIRED == 1030
#include "10.3.9-FIX/IOHIDLib.h"
#else
#include <IOKit/hid/IOHIDLib.h>
#endif
#include <IOKit/hid/IOHIDKeys.h>