change some stuff

main
sandyx86 1 year ago
parent 9cc6b1d687
commit 55da442427

@ -737,7 +737,7 @@ objc_read_unsigned_long (struct objc_typed_stream *stream,
return len; return len;
} }
inline int static int
objc_read_string (struct objc_typed_stream *stream, objc_read_string (struct objc_typed_stream *stream,
char **string) char **string)
{ {

@ -27,24 +27,8 @@ Boston, MA 02110-1301, USA. */
#ifndef __objc_decls_INCLUDE_GNU #ifndef __objc_decls_INCLUDE_GNU
#define __objc_decls_INCLUDE_GNU #define __objc_decls_INCLUDE_GNU
#if !defined(__MINGW32__) && (defined (_WIN32) || defined (__WIN32__) || defined (WIN32))
# The following code is not needed on MinGW >= 5.1.3 since the compiler will automatically
# determine which symbols to import/export, at least when compiling using gnustep-make.
#ifdef BUILD_libobjc_DLL /* defined by gnustep-make when compiling libobjc itself */
# define objc_EXPORT __declspec(dllexport)
# define objc_DECLARE __declspec(dllexport)
#else
# define objc_EXPORT extern __declspec(dllimport)
# define objc_DECLARE extern __declspec(dllimport)
#endif
#else
# define objc_EXPORT extern # define objc_EXPORT extern
# define objc_DECLARE # define objc_DECLARE
#endif #endif
/* __objc_decls_INCLUDE_GNU */
#endif /* __objc_decls_INCLUDE_GNU */

Loading…
Cancel
Save