Michael Stefaniuc : mshtml: Use wide-char string literals in html*.c.
Module: wine Branch: master Commit: 097898460e93aa720bc76cc08225f90a3b05bf3e URL: https://source.winehq.org/git/wine.git/?a=commit;h=097898460e93aa720bc76cc08... Author: Michael Stefaniuc <mstefani(a)winehq.org> Date: Tue Nov 24 00:49:05 2020 +0100 mshtml: Use wide-char string literals in html*.c. Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/mshtml/htmlanchor.c | 10 ++--- dlls/mshtml/htmlbody.c | 38 +++++++------------ dlls/mshtml/htmldoc.c | 32 ++++------------ dlls/mshtml/htmlelem.c | 49 ++++++++---------------- dlls/mshtml/htmlform.c | 14 ++----- dlls/mshtml/htmlframe.c | 13 ++----- dlls/mshtml/htmlhead.c | 6 +-- dlls/mshtml/htmlimg.c | 6 +-- dlls/mshtml/htmlinput.c | 21 +++-------- dlls/mshtml/htmllocation.c | 6 +-- dlls/mshtml/htmlobject.c | 10 ++--- dlls/mshtml/htmlstyle.c | 94 ++++++++++++++++------------------------------ dlls/mshtml/htmltable.c | 3 +- dlls/mshtml/htmltextarea.c | 4 +- dlls/mshtml/htmlwindow.c | 8 +--- 15 files changed, 97 insertions(+), 217 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=097898460e93aa720bc76...
participants (1)
-
Alexandre Julliard