summaryrefslogtreecommitdiff
path: root/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-02 18:38:45 -0500
committerPietro Gagliardi <[email protected]>2014-03-02 18:38:45 -0500
commit4bc35e2db57476c5faf40e971e5f91e497ac3f0a (patch)
tree563511157770c59f70b1499a3888418f7c657546 /objc_darwin.h
parente20b4684729f6278bfb7fe60c68f2b80626fe062 (diff)
Finished the implementation of Combobox on Mac OS X.
Diffstat (limited to 'objc_darwin.h')
-rw-r--r--objc_darwin.h2
1 files changed, 2 insertions, 0 deletions
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) \
{ \