[1/3] msxml3: Use the associated schema for domelem_get_dataType()

Alexandre Julliard julliard at winehq.org
Wed Nov 17 04:24:21 CST 2010


Adam Martinson <amartinson at codeweavers.com> writes:

> +    todo_wine ole_check(IXMLDOMNode_get_nodeTypedValue(node, &v));
> +    /* TODO: which platforms return VT_UI8? */
> +    todo_wine ok(V_VT(&v) == VT_NULL, "got variant type %i\n", V_VT(&v));
> +    if (V_VT(&v) == VT_UI8)
> +        todo_wine ok(V_UI8(&v) == 0xFFFFFFFFFFFFFFFFULL, "got %016llx\n", V_UI8(&v));

Please avoid long long constants and printf formats.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list