win32: prototype _glib_get_dll_directory() and _glib_get_locale_dir()
authorDan Winship <danw@gnome.org>
Sat, 10 Nov 2012 15:51:18 +0000 (10:51 -0500)
committerDan Winship <danw@gnome.org>
Thu, 15 Nov 2012 19:19:05 +0000 (14:19 -0500)
commit3ac6cfaeaadc82ce7d8b9dba7134d5ea7272c70c
treed4f9246a72a44fc1db6603d0af107a20b2ee8fa1
parent08f4f92fedff4821b1cdbab1763f5e3df59ce458
win32: prototype _glib_get_dll_directory() and _glib_get_locale_dir()

Rather than using "extern" declarations of these win32 functions
everywhere they're needed, just prototype them in glib-private.h.
(Which also fixes the fact that they weren't prototyped in the files
where they're defined.)

https://bugzilla.gnome.org/show_bug.cgi?id=688109
gio/gdbus-tool.c
gio/glib-compile-resources.c
gio/glib-compile-schemas.c
gio/gresource-tool.c
gio/gsettings-tool.c
glib/ggettext.c
glib/glib-private.h
glib/gspawn-win32.c