msxml3 [2/6]: Add initial implementation of IXMLElement

Alexandre Julliard julliard at winehq.org
Thu May 17 05:53:20 CDT 2007


"James Hawkins" <truiken at gmail.com> writes:

> Changelog:
> * Add initial implementation of IXMLElement.
>
> dlls/msxml3/Makefile.in          |    1 +
> dlls/msxml3/msxml_private.h      |    2 +
> dlls/msxml3/xmlelem.c            |  426 ++++++++++++++++++++++++++++++++++++++
> dlls/msxml3/xmlelem_collection.c |   41 ++++-

It's suggest to put everything inside xmlelem.c, there's no need to
create a new file for every interface.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list