Enlightenment CVS committal Author : doursse Project : e17 Module : proto/evil
Dir : e17/proto/evil/src/lib/dlfcn Modified Files: dlfcn.c Log Message: * src/lib/Evil.h: remove the stat structure and add guards * src/lib/dlfcn/dlfcn.c: include limits.h also for the cegcc compiler =================================================================== RCS file: /cvs/e/e17/proto/evil/src/lib/dlfcn/dlfcn.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- dlfcn.c 13 Mar 2008 17:46:53 -0000 1.3 +++ dlfcn.c 28 Mar 2008 17:05:16 -0000 1.4 @@ -4,7 +4,7 @@ #include <windows.h> #undef WIN32_LEAN_AND_MEAN -#ifdef __MINGW32CE__ +#if defined(__CEGCC__) || defined(__MINGW32CE__) # include <limits.h> #endif /* __MINGW32CE__ */ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs