Michael Stefaniuc : msxml3/tests: Just use a wchar string literal instead of _bstr_().
Module: wine Branch: master Commit: 8b8460de0795840248cb6a9383b60c29e2817cd8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8b8460de0795840248cb6a938... Author: Michael Stefaniuc <mstefani(a)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(a)winehq.org> Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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=8b8460de0795840248cb6...
participants (1)
-
Alexandre Julliard