Add G_MODULE_IMPL_OS2

This commit is contained in:
Asbjørn Pettersen
1999-04-07 18:17:38 +00:00
parent 8b63644aab
commit 76a78f059a
4 changed files with 153 additions and 0 deletions

View File

@@ -134,6 +134,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_OS2)
#include "gmodule-os2.c"
#else
#undef CHECK_ERROR
#define CHECK_ERROR(rv) { g_module_set_error ("dynamic modules are " \