Module: wine Branch: master Commit: c3352feb83b8e22e0afc0a8d35bf0f570e89dd90 URL: https://gitlab.winehq.org/wine/wine/-/commit/c3352feb83b8e22e0afc0a8d35bf0f5...
Author: Alexandre Julliard julliard@winehq.org Date: Tue May 30 10:57:02 2023 +0200
ntdll: Use nameless unions/structs for CPU-related data.
---
dlls/ntdll/exception.c | 10 ++--- dlls/ntdll/heap.c | 1 - dlls/ntdll/rtl.c | 52 ++++++++++++------------ dlls/ntdll/tests/time.c | 20 +++++----- dlls/ntdll/time.c | 3 +- dlls/ntdll/unix/system.c | 101 +++++++++++++++++++++++------------------------ dlls/ntdll/unix/thread.c | 46 +++++++++++---------- 7 files changed, 111 insertions(+), 122 deletions(-)