Module: wine Branch: master Commit: 4356fe0d830759a4bc194f21f3c8fc3a36ca2ca0 URL: https://gitlab.winehq.org/wine/wine/-/commit/4356fe0d830759a4bc194f21f3c8fc3...
Author: Alexandre Julliard julliard@winehq.org Date: Wed May 24 09:10:38 2023 +0200
ntdll: Support the PS_ATTRIBUTE_MACHINE_TYPE attribute for new processes.
---
dlls/ntdll/unix/env.c | 8 +++++--- dlls/ntdll/unix/loader.c | 13 +++++++------ dlls/ntdll/unix/process.c | 10 ++++++++-- dlls/ntdll/unix/unix_private.h | 4 ++-- include/wine/server_protocol.h | 5 +++-- server/process.c | 2 ++ server/protocol.def | 1 + server/request.h | 1 + server/trace.c | 1 + 9 files changed, 30 insertions(+), 15 deletions(-)