xmllite: Implement CreateXmlWriter

Octavian Voicu octavian.voicu at gmail.com
Sun Jul 10 19:00:25 CDT 2011


On Sun, Jul 10, 2011 at 1:17 PM, Alistair Leslie-Hughes
<leslie_alistair at hotmail.com> wrote:
> Subject: [PATCH] Implement CreateXmlWriter
...
> +/*
> + * XMLLite IXmlReader tests
> + *
...
> +typedef struct _xmlreader
> +{
> +    IXmlWriter IXmlWriter_iface;
> +    LONG ref;
> +} xmlwriter;

Looks like you have some copy-paste errors (IXmlReader and _xmlreader).

Cheers,
Octavian



More information about the wine-devel mailing list