fix for cygwin building (and anyone else who doesnt define RTLD_LOCAL)

SVN revision: 16498
This commit is contained in:
Mike Frysinger 2005-09-03 20:58:14 +00:00
parent e5cf404543
commit ef4bd4201b
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@
# include <dlfcn.h>
# include <Imlib2.h>
# ifndef RTLD_LOCAL
# define RTLD_LOCAL 0
# warning "your crap box doesnt define RTLD_LOCAL !?"
# endif
typedef struct _imlibimage ImlibImage;
# ifdef BUILD_X11
typedef struct _imlibimagepixmap ImlibImagePixmap;