mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
2cbffacdd7
commit
8c7267d074
12 changed files with 469 additions and 621 deletions
|
@ -46,9 +46,6 @@ extern void sarray_free(struct sarray*);
|
|||
/* Declaration from NSBundle.m */
|
||||
const char *objc_executable_location( void );
|
||||
|
||||
/* This is the GNU name for the CTOR list */
|
||||
#define CTOR_LIST "___CTOR_LIST__"
|
||||
|
||||
/* dynamic_loaded is YES if the dynamic loader was sucessfully initialized. */
|
||||
static BOOL dynamic_loaded;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue