mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
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:
parent
c4b5702e08
commit
b60e4665ef
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user