Michael Stefaniuc : msxml3/tests: Just use a wchar string literal instead of _bstr_().

Alexandre Julliard julliard at winehq.org
Tue Feb 18 16:13:47 CST 2020


Module: wine
Branch: master
Commit: 8b8460de0795840248cb6a9383b60c29e2817cd8
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8b8460de0795840248cb6a9383b60c29e2817cd8

Author: Michael Stefaniuc <mstefani at winehq.org>
Date:   Fri Feb 14 21:24:38 2020 +0100

msxml3/tests: Just use a wchar string literal instead of _bstr_().

lstrcmpW and memcmp can deal just fine with WCHAR* and don't need
a BSTR.

Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msxml3/tests/domdoc.c    | 326 +++++++++++++++++++++---------------------
 dlls/msxml3/tests/httpreq.c   |   4 +-
 dlls/msxml3/tests/saxreader.c |  76 +++++-----
 3 files changed, 203 insertions(+), 203 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=8b8460de0795840248cb6a9383b60c29e2817cd8



More information about the wine-cvs mailing list