gmodule implementation for Darwin/Mac OS X

* gmodule-dyld.c: gmodule implementation for Darwin/Mac OS X

        * gmodule.c:
        * gmoduleconf.h.in: Add gmodule-dyld support

        * testgmodule.c (main): Fix spelling
This commit is contained in:
Dan Winship
2001-04-20 17:05:38 +00:00
parent a786a9a020
commit d7daf59800
5 changed files with 174 additions and 12 deletions

View File

@@ -139,6 +139,8 @@ g_module_set_error (const gchar *error)
#include "gmodule-dld.c"
#elif (G_MODULE_IMPL == G_MODULE_IMPL_WIN32)
#include "gmodule-win32.c"
#elif (G_MODULE_IMPL == G_MODULE_IMPL_DYLD)
#include "gmodule-dyld.c"
#else
#undef SUPPORT_OR_RETURN
#define SUPPORT_OR_RETURN(rv) { g_module_set_error ("dynamic modules are " \