Module: wine Branch: master Commit: 4618a0a38acfa20e0582831e9d74a8f22fcb18d1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4618a0a38acfa20e0582831e9...
Author: Michael Stefaniuc mstefani@winehq.org Date: Tue Nov 24 23:29:19 2020 +0100
mshtml: Use wide-char string literals.
Signed-off-by: Michael Stefaniuc mstefani@winehq.org Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mshtml/dispex.c | 7 ++--- dlls/mshtml/editor.c | 53 +++++++++++++------------------------ dlls/mshtml/main.c | 21 +++------------ dlls/mshtml/mutation.c | 4 +-- dlls/mshtml/navigate.c | 28 ++++++-------------- dlls/mshtml/nsembed.c | 62 +++++++++++++------------------------------- dlls/mshtml/nsio.c | 3 +-- dlls/mshtml/oleobj.c | 11 ++------ dlls/mshtml/omnavigator.c | 40 +++++++++------------------- dlls/mshtml/persist.c | 9 +++---- dlls/mshtml/protocol.c | 15 ++++------- dlls/mshtml/range.c | 48 +++++++++++----------------------- dlls/mshtml/script.c | 40 +++++++++------------------- dlls/mshtml/secmgr.c | 6 ++--- dlls/mshtml/selection.c | 9 ++----- dlls/mshtml/svg.c | 10 +++---- dlls/mshtml/task.c | 6 ++--- dlls/mshtml/view.c | 22 +++++----------- dlls/mshtml/xmlhttprequest.c | 19 ++++---------- 19 files changed, 122 insertions(+), 291 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4618a0a38acfa20e05828...