mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 00:13:40 +02:00
Add _g_io_win32_get_module to get the gio HMODULE
This commit is contained in:
@@ -795,6 +795,12 @@ DllMain (HINSTANCE hinstDLL,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
void *
|
||||
_g_io_win32_get_module (void)
|
||||
{
|
||||
return gio_dll;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#undef GIO_MODULE_DIR
|
||||
|
Reference in New Issue
Block a user