Module: wine Branch: master Commit: 5cb72744039587ebed721b49d7bb3ade14aa0bd6 URL: https://gitlab.winehq.org/wine/wine/-/commit/5cb72744039587ebed721b49d7bb3ad...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jul 4 12:59:05 2023 +0200
shell32: Use nameless unions/structs.
---
dlls/shell32/brsfolder.c | 4 +--- dlls/shell32/cpanelfolder.c | 10 ++++------ dlls/shell32/dataobject.c | 12 +++++------- dlls/shell32/ebrowser.c | 8 +++----- dlls/shell32/pidl.c | 8 +++----- dlls/shell32/recyclebin.c | 5 ++--- dlls/shell32/shellitem.c | 20 +++++++++----------- dlls/shell32/shelllink.c | 8 +++----- dlls/shell32/shellole.c | 8 +++----- dlls/shell32/shellstring.c | 18 ++++++++---------- dlls/shell32/shfldr_desktop.c | 12 +++++------- dlls/shell32/shfldr_fs.c | 22 ++++++++++------------ dlls/shell32/shfldr_mycomp.c | 20 +++++++++----------- dlls/shell32/shlfolder.c | 18 ++++++++---------- dlls/shell32/shlview.c | 7 +++---- dlls/shell32/shlview_cmenu.c | 24 +++++++++++------------- dlls/shell32/systray.c | 8 +++----- 17 files changed, 90 insertions(+), 122 deletions(-)