mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
Avoid a deprecation warning
https://bugzilla.gnome.org/show_bug.cgi?id=711547
This commit is contained in:
parent
7463bc1727
commit
b4474c0b6b
@ -463,7 +463,9 @@ g_win32_get_package_installation_subdirectory_utf8 (const gchar *package,
|
||||
gchar *prefix;
|
||||
gchar *dirname;
|
||||
|
||||
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
||||
prefix = g_win32_get_package_installation_directory_utf8 (package, dll_name);
|
||||
G_GNUC_END_IGNORE_DEPRECATIONS
|
||||
|
||||
dirname = g_build_filename (prefix, subdir, NULL);
|
||||
g_free (prefix);
|
||||
|
Loading…
Reference in New Issue
Block a user