diff --git a/bindings/objc/objcrtl.pas b/bindings/objc/objcrtl.pas index d6b4f1ff4..6ec80f477 100644 --- a/bindings/objc/objcrtl.pas +++ b/bindings/objc/objcrtl.pas @@ -396,7 +396,7 @@ begin Pointer(objc_msgSend_stretreg) := GetProcedureAddress(hnd, 'objc_msgSend'); {$else} Pointer(objc_msgSend_fpret) := GetProcedureAddress(hnd, 'objc_msgSend'); - Pointer(objc_msgSend_stretreg) := GetProcedureAddress(hnd, 'objc_msgSends_stret'); + Pointer(objc_msgSend_stretreg) := GetProcedureAddress(hnd, 'objc_msgSend_stret'); {$endif} Result := true; end; diff --git a/bindings/objc/objcrtl10.pas b/bindings/objc/objcrtl10.pas index 04dc9319d..74ff35be5 100644 --- a/bindings/objc/objcrtl10.pas +++ b/bindings/objc/objcrtl10.pas @@ -7,7 +7,7 @@ headers included with XCode 3.1.2 The original copyright note of is kept on each include file } -{$DEFINE DEBUG} +{.$DEFINE DEBUG} unit objcrtl10; @@ -18,8 +18,6 @@ interface uses ctypes, objcrtl, dynlibs; -//todo: *10 WRAPPERS! - { Mac OS X Version 10.5 Delta ---------------------------