Add win32 dynamic loading.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3034 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1998-10-06 20:06:01 +00:00
parent 2cbffacdd7
commit 8c7267d074
12 changed files with 469 additions and 621 deletions

View file

@ -1,7 +1,7 @@
/*
hpux-load - Definitions and translations for dynamic loading with HP-UX
Copyright (C) 1995, Adam Fedor.
Copyright (C) 1995, Free Software Foundation
*/
@ -10,6 +10,9 @@
#include <dl.h>
/* This is the GNU name for the CTOR list */
#define CTOR_LIST "__CTOR_LIST__"
/* link flags */
#define LINK_FLAGS (BIND_IMMEDIATE | BIND_VERBOSE)