登入/建立新帳號
導航
主頁
討論區
新手入門
中文輸入
解鎖疑難
好用軟體
勁爆遊戲
程式開發
周邊產品
維修
熱心捐款
原始碼
頁面
討論
原始碼
歷史
原始碼
出自iPhone.org.hk
Additional header file patches for open toolchain
的原始碼
跳轉到:
導航
,
搜尋
根據以下的原因,您並無權限去做以下的動作:
您剛才的請求只有user使用者組的使用者才能使用。
你可以檢視並複製本頁面的原始碼。
== GraphicsServices/GraphicsServices.h == <span style="font-size:8pt"><pre>CGPoint GSEventGetLocationInWindow(GSEvent *ev);</pre></span> 改為 <span style="color:blue; font-size:8pt"><pre>struct CGRect GSEventGetLocationInWindow(GSEvent *ev);</pre></span> <br/> ---- == UIKit/UIKit.h == 加這行 <span style="color:blue; font-size:8pt"><pre>#import <GraphicsServices/GraphicsServices.h></pre></span> <br/> ---- == UIKit/UIHardware.h == <span style="font-size:8pt"><pre>#import <Foundation/Foundation.h> @interface UIHardware : NSObject</pre></span> 改為 <span style="color:blue; font-size:8pt"><pre>#import <UIKit/UIView.h> @interface UIHardware : UIView</pre></span> <br/> == Others == * AudioToolBox * CoreAudio * UIWebView * WebCore * WebKit [[http://www.iphone.org.hk/attach/31561-header-patch.tgz download from here]]
返回到
Additional header file patches for open toolchain
。