From 4bc35e2db57476c5faf40e971e5f91e497ac3f0a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 2 Mar 2014 18:38:45 -0500 Subject: Finished the implementation of Combobox on Mac OS X. --- objc_darwin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'objc_darwin.h') diff --git a/objc_darwin.h b/objc_darwin.h index e02f41e..4788315 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -44,6 +44,8 @@ struct xsize { extern struct xsize objc_msgSend_stret_size_noargs(id obj, SEL sel); +extern intptr_t objc_msgSend_intret_noargs(id obj, SEL sel); + #define m1(name, type1) \ inline id objc_msgSend_ ## name (id obj, SEL sel, type1 a) \ { \ -- cgit v1.2.3