diff options
author | Christoph Reiter <creiter@src.gnome.org> | 2017-07-12 22:32:25 +0200 |
---|---|---|
committer | Christoph Reiter <creiter@src.gnome.org> | 2017-07-12 22:36:30 +0200 |
commit | b60e4665ef3c74179885f528c3f675526600830e (patch) | |
tree | 8a4779144dfae040b8ab2b2ec4353395ca69e132 /glib/gwin32.h | |
parent | c4b5702e08d97b1b1163c2022ad4c7d92bee140c (diff) | |
download | glib-b60e4665ef3c74179885f528c3f675526600830e.tar.gz |
gwin32: Fix missing prototypes on win64
I missed this in commit 5067d25a74783a8b6e
https://bugzilla.gnome.org/show_bug.cgi?id=780634
Diffstat (limited to 'glib/gwin32.h')
-rw-r--r-- | glib/gwin32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/glib/gwin32.h b/glib/gwin32.h index 7dc8d9365..6696afa9a 100644 --- a/glib/gwin32.h +++ b/glib/gwin32.h @@ -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); |