gwin32: Fix missing prototypes on win64

I missed this in commit 5067d25a74

https://bugzilla.gnome.org/show_bug.cgi?id=780634
This commit is contained in:
Christoph Reiter 2017-07-12 22:32:25 +02:00
parent c4b5702e08
commit b60e4665ef

View File

@ -84,7 +84,6 @@ gchar* g_win32_getlocale (void);
GLIB_AVAILABLE_IN_ALL
gchar* g_win32_error_message (gint error);
#ifndef _WIN64
GLIB_DEPRECATED
gchar* g_win32_get_package_installation_directory (const gchar *package,
const gchar *dll_name);
@ -93,7 +92,6 @@ GLIB_DEPRECATED
gchar* g_win32_get_package_installation_subdirectory (const gchar *package,
const gchar *dll_name,
const gchar *subdir);
#endif
GLIB_AVAILABLE_IN_ALL
gchar* g_win32_get_package_installation_directory_of_module (gpointer hmodule);