Final fixes for DLLs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6848 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2000-06-30 22:42:48 +00:00
parent d26536528b
commit 656fde90c0
16 changed files with 309 additions and 149 deletions

View file

@ -56,7 +56,10 @@
static int behavior_debug = 0;
#ifndef HAVE_OBJC_GET_UNINSTALLED_DTABLE
extern void *__objc_uninstalled_dtable;
#ifndef objc_EXPORT
#define objc_EXPORT export
#endif
objc_EXPORT void *__objc_uninstalled_dtable;
static void *
objc_get_uninstalled_dtable()
{