Added objc_msgSend_ptr(), needed by uitask_darwin.go.

This commit is contained in:
Pietro Gagliardi 2014-03-01 04:23:49 -05:00
parent 3def6f6dac
commit 5abea5cc61
1 changed files with 1 additions and 0 deletions

View File

@ -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)