Module: wine Branch: master Commit: 61a06d4bcd1ab1dae2241894a54e54946b0c8682 URL: https://gitlab.winehq.org/wine/wine/-/commit/61a06d4bcd1ab1dae2241894a54e549...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jul 4 12:49:26 2023 +0200
ole32: Use nameless unions/structs.
---
dlls/ole32/antimoniker.c | 2 - dlls/ole32/clipboard.c | 58 ++++++++++----------- dlls/ole32/compobj.c | 2 - dlls/ole32/datacache.c | 103 ++++++++++++++++++------------------- dlls/ole32/filelockbytes.c | 27 +++++----- dlls/ole32/filemoniker.c | 2 - dlls/ole32/itemmoniker.c | 2 - dlls/ole32/memlockbytes.c | 37 ++++++-------- dlls/ole32/ole2.c | 40 +++++++-------- dlls/ole32/oleobj.c | 4 +- dlls/ole32/pointermoniker.c | 2 - dlls/ole32/stg_prop.c | 36 ++++++------- dlls/ole32/stg_stream.c | 18 +++---- dlls/ole32/storage32.c | 122 ++++++++++++++++++++++---------------------- dlls/ole32/usrmarshal.c | 108 +++++++++++++++++++-------------------- 15 files changed, 265 insertions(+), 298 deletions(-)