mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
d26536528b
commit
656fde90c0
16 changed files with 309 additions and 149 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue