mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
Make GWin32AppInfo MSVC-compatible - use G_VA_COPY
https://bugzilla.gnome.org/show_bug.cgi?id=666831
This commit is contained in:
parent
4d800e4d86
commit
2a71f187d7
@ -645,7 +645,7 @@ build_registry_pathv (gunichar2 *output, gsize output_size, va_list components)
|
|||||||
if (output == NULL)
|
if (output == NULL)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
va_copy (lentest, components);
|
G_VA_COPY (lentest, components);
|
||||||
|
|
||||||
for (length = 0, component = va_arg (lentest, gunichar2 *);
|
for (length = 0, component = va_arg (lentest, gunichar2 *);
|
||||||
component != NULL;
|
component != NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user