OS X PowerPC fixes (thanks Cameron Kaiser)

This commit is contained in:
Russ Cox 2011-10-23 17:55:23 -04:00
parent a2deaac4b1
commit 813b3eea8b
6 changed files with 9 additions and 2 deletions

View file

@ -2,6 +2,7 @@
#define Rect OSXRect
#define Cursor OSXCursor
#include <Carbon/Carbon.h>
#import <Foundation/Foundation.h>
#ifdef MULTITOUCH
#include <IOKit/IOKitLib.h>
#include <IOKit/hidsystem/IOHIDShared.h>