March 9, 2009
2:59 p.m.
Hi Jacek,
Jacek Caban wrote:
> ---
> dlls/mshtml/htmlelem.c | 33 +++++++++++++++++++++++++++++++--
> dlls/mshtml/tests/dom.c | 42 ++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 73 insertions(+), 2 deletions(-)
>
>
> static const WCHAR xW[] = {'x',0};
+ static const WCHAR yW[] = {'x',0};
> ------------------------------------------------------------------------
Should this be = {'y', 0}?
Best Regards
Alistair Leslie-Hughes