mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Define __USE_GNU
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18566 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d04dcc7fb8
commit
3dc5729371
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-02-08 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/simple-load.h (__USE_GNU): Define for dlfcn.
|
||||
|
||||
2004-02-08 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSConection.m: Simplify code by using GSLazyLock and
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
#ifndef __sunos_load_h_INCLUDE
|
||||
#define __sunos_load_h_INCLUDE
|
||||
|
||||
#ifndef __USE_GNU
|
||||
#define __USE_GNU
|
||||
#endif
|
||||
#include <dlfcn.h>
|
||||
|
||||
/* This is the GNU name for the CTOR list */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue