Paul Gofman pgofman@codeweavers.com writes:
@@ -117,9 +117,14 @@ struct vcomp_task_data unsigned int dynamic_chunksize; };
+static void **ptr_from_va_list(__ms_va_list valist) +{
- return (void **)valist;
+}
That doesn't build on ARM:
../wine/dlls/vcomp/main.c:124:21: error: operand of type 'va_list' (aka '__builtin_va_list') where arithmetic or pointer type is required return (void **)valist; ^~~~~~ 1 error generated.