Alexandre Julliard : ole32/tests: Use nameless unions/structs.
Module: wine Branch: master Commit: 7c1d8b29e56f77b2740ec0d3c4464091c8389298 URL: https://gitlab.winehq.org/wine/wine/-/commit/7c1d8b29e56f77b2740ec0d3c446409... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jul 4 12:49:50 2023 +0200 ole32/tests: Use nameless unions/structs. --- dlls/ole32/tests/clipboard.c | 37 ++++++------ dlls/ole32/tests/marshal.c | 4 +- dlls/ole32/tests/ole2.c | 80 +++++++++++++------------- dlls/ole32/tests/propvariant.c | 90 +++++++++++++++--------------- dlls/ole32/tests/stg_prop.c | 124 ++++++++++++++++++++--------------------- dlls/ole32/tests/storage32.c | 59 ++++++++++---------- dlls/ole32/tests/usrmarshal.c | 34 +++++------ 7 files changed, 212 insertions(+), 216 deletions(-)
participants (1)
-
Alexandre Julliard