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

@ -39,11 +39,7 @@
/* The header was moved here in Mac OS X 10.1 */
#include <Kernel/IOKit/hidsystem/IOHIDUsageTables.h>
#endif
#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>
#include <CoreFoundation/CoreFoundation.h>
#include <Carbon/Carbon.h> /* for NewPtrClear, DisposePtr */