Enlightenment CVS committal Author : doursse Project : e17 Module : proto/evil
Dir : e17/proto/evil/src/lib/dlfcn Modified Files: dlfcn.h Log Message: update doc, add init/shutdown functions for the socket system, add Tor Lillqvist as author and other miscellaneous fixes =================================================================== RCS file: /cvs/e/e17/proto/evil/src/lib/dlfcn/dlfcn.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- dlfcn.h 27 Feb 2008 21:01:30 -0000 1.1 +++ dlfcn.h 29 Feb 2008 22:42:14 -0000 1.2 @@ -17,6 +17,20 @@ extern "C" { #endif +/** + * @def RTLD_LAZY + * Lazy function call binding + */ + +/** + * @def RTLD_NOW + * Immediate function call binding + */ + +/** + * @def RTLD_GLOBAL + * Symbols in this dlopen'ed obj are visible to other dlopen'ed objs + */ # define RTLD_LAZY 1 /* lazy function call binding */ # define RTLD_NOW 2 /* immediate function call binding */ @@ -170,5 +184,10 @@ #ifdef __cplusplus } #endif + +#ifdef _WIN32 +# undef EAPI +# define EAPI +#endif /* _WIN32 */ #endif /* __E_WIN32_DLFCN_H__ */ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs