Enlightenment CVS committal Author : vapier Project : e17 Module : libs/imlib2
Dir : e17/libs/imlib2/src/lib Modified Files: image.h Log Message: fix for cygwin building (and anyone else who doesnt define RTLD_LOCAL) =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/lib/image.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- image.h 23 Feb 2005 03:12:04 -0000 1.3 +++ image.h 3 Sep 2005 20:58:14 -0000 1.4 @@ -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; ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs