Added objc_msgSend_ptr(), needed by uitask_darwin.go.
This commit is contained in:
parent
3def6f6dac
commit
5abea5cc61
|
@ -57,6 +57,7 @@ m1(id, id)
|
|||
extern id _objc_msgSend_rect(id obj, SEL sel, int64_t x, int64_t y, int64_t w, int64_t h);
|
||||
m1(sel, SEL)
|
||||
extern id _objc_msgSend_uint(id obj, SEL sel, uintptr_t a);
|
||||
m1(ptr, void *)
|
||||
|
||||
m2(id_id, id, id)
|
||||
|
||||
|
|
Loading…
Reference in New Issue