Removed support for 10.3.9
Fixed building on Mac OS X 10.5
This commit is contained in:
parent
7b8f9fe722
commit
091cd521e3
14 changed files with 33 additions and 915 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue