From 7116b6ea5c1ed39cb2e52ceb192f583ad8e4f62b Mon Sep 17 00:00:00 2001 From: Kai Tietz Date: Sun, 26 Sep 2010 14:32:45 +0000 Subject: sendmsg.c (get_imp): Remove inline. 2010-09-26 Kai Tietz * sendmsg.c (get_imp): Remove inline. (objc_msg_lookup): Likewise. (objc_get_uninstalled_dtable): Likewise. * encoding.c (objc_skip_type_qualifiers): Likewise. (objc_skip_offset): Likewise. * archive.c (__objc_write_object): Likewise (__objc_write_class): (__objc_write_selector): (objc_read_char): (objc_read_unsigned_char): (objc_read_short): (objc_read_unsigned_short): (objc_read_int): (objc_read_long): (__objc_read_nbyte_uint): (objc_read_unsigned_int): (objc_read_unsigned_long): * objc/objc-decls.h (obc_EXPORT): Remove dllexport for DLL_EXPORT case. (objc_EXPORT): Likewise. * objc/message.h (objc-decls.h): Add include. * objc/objc-api.h: Mark API by objc_EXPORT. * libobjc.def (__objc_responds_to): Removed. From-SVN: r164632 --- libobjc/objc/objc-decls.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libobjc/objc/objc-decls.h') diff --git a/libobjc/objc/objc-decls.h b/libobjc/objc/objc-decls.h index 6054237..e5388e3 100644 --- a/libobjc/objc/objc-decls.h +++ b/libobjc/objc/objc-decls.h @@ -29,8 +29,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #if defined (_WIN32) || defined (__WIN32__) || defined (WIN32) # ifdef DLL_EXPORT /* defined by libtool (if required) */ -# define objc_EXPORT __declspec(dllexport) -# define objc_DECLARE __declspec(dllexport) +# define objc_EXPORT +# define objc_DECLARE #else # define objc_EXPORT extern __declspec(dllimport) # define objc_DECLARE extern __declspec(dllimport) -- cgit v1.1