Module: wine Branch: master Commit: b4f9aee68c1c51cec7eba5094297f225e0ee77b1 URL: https://gitlab.winehq.org/wine/wine/-/commit/b4f9aee68c1c51cec7eba5094297f22...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Tue Aug 15 19:46:26 2023 +0300
mshtml: Use designated initializers in dispex and event target vtables.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/dispex.c | 8 ++--- dlls/mshtml/htmlattr.c | 4 +-- dlls/mshtml/htmldoc.c | 34 +++++++------------ dlls/mshtml/htmlelem.c | 77 ++++++++++++++++++-------------------------- dlls/mshtml/htmlelemcol.c | 12 +++---- dlls/mshtml/htmlevent.c | 36 ++++++++++----------- dlls/mshtml/htmlimg.c | 8 ++--- dlls/mshtml/htmlnode.c | 12 +++---- dlls/mshtml/htmlselect.c | 8 ++--- dlls/mshtml/htmlstorage.c | 15 ++++----- dlls/mshtml/htmlstyle.c | 9 ++---- dlls/mshtml/htmlstylesheet.c | 30 ++++++++--------- dlls/mshtml/htmlwindow.c | 25 ++++++-------- dlls/mshtml/mutation.c | 9 +++--- dlls/mshtml/omnavigator.c | 36 ++++++++++----------- dlls/mshtml/range.c | 8 ++--- dlls/mshtml/selection.c | 4 +-- dlls/mshtml/xmlhttprequest.c | 13 ++++---- 18 files changed, 146 insertions(+), 202 deletions(-)