Add _g_io_win32_get_module to get the gio HMODULE

This commit is contained in:
Alexander Larsson
2012-04-18 16:25:29 +02:00
parent 74214e2997
commit bd148e127a
2 changed files with 10 additions and 0 deletions

View File

@@ -795,6 +795,12 @@ DllMain (HINSTANCE hinstDLL,
return TRUE;
}
void *
_g_io_win32_get_module (void)
{
return gio_dll;
}
#endif
#undef GIO_MODULE_DIR