Add _g_io_win32_get_module to get the gio HMODULE
[platform/upstream/glib.git] / gio / giomodule-priv.h
index b25d305..c105007 100644 (file)
@@ -35,6 +35,10 @@ gpointer _g_io_module_get_default (const gchar         *extension_point,
                                   const gchar         *envvar,
                                   GIOModuleVerifyFunc  verify_func);
 
+#ifdef G_PLATFORM_WIN32
+void *_g_io_win32_get_module (void);
+#endif
+
 G_END_DECLS
 
 #endif /* __G_IO_MODULE_PRIV_H__ */