Additional header file patches for open toolchain

Additional header file patches for open toolchain

出自iPhone.org.hk

跳轉到: 導航, 搜尋

目錄

GraphicsServices/GraphicsServices.h

CGPoint GSEventGetLocationInWindow(GSEvent *ev);

改為

struct CGRect GSEventGetLocationInWindow(GSEvent *ev);



UIKit/UIKit.h

加這行

#import <GraphicsServices/GraphicsServices.h>



UIKit/UIHardware.h

#import <Foundation/Foundation.h>
@interface UIHardware : NSObject

改為

#import <UIKit/UIView.h>
@interface UIHardware : UIView


Others

  • AudioToolBox
  • CoreAudio
  • UIWebView
  • WebCore
  • WebKit

[download from here]