msxml3: Implement property SelectionNamespaces for XPath

Alexandre Julliard julliard at winehq.org
Thu Sep 9 11:22:35 CDT 2010


Adam Martinson <amartinson at codeweavers.com> writes:

> +extern inline const struct list* nsList_from_xmlDocPtr(xmlDocPtr doc);

Declaring an extern function inline doesn't make much sense. Also it
would be more generally useful if it didn't return a const pointer.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list