Make GWin32AppInfo MSVC-compatible - use G_VA_COPY

https://bugzilla.gnome.org/show_bug.cgi?id=666831
This commit is contained in:
Руслан Ижбулатов 2015-05-17 11:42:55 +00:00 committed by Matthias Clasen
parent 4d800e4d86
commit 2a71f187d7

View File

@ -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;