win32: prototype _glib_get_dll_directory() and _glib_get_locale_dir()
[platform/upstream/glib.git] / glib / glib-private.h
index 23bfb36..f4388ed 100644 (file)
@@ -30,6 +30,11 @@ gboolean                g_check_setuid                  (void);
 G_GNUC_INTERNAL
 GMainContext *          g_main_context_new_with_next_id (guint next_id);
 
+#ifdef G_OS_WIN32
+gchar *_glib_get_dll_directory (void);
+gchar *_glib_get_locale_dir    (void);
+#endif
+
 #define GLIB_PRIVATE_CALL(symbol) (glib__private__()->symbol)
 
 typedef struct {