Module: wine Branch: master Commit: 86947587d206a0a95b4ac2c5458f8465ee4c371d URL: https://source.winehq.org/git/wine.git/?a=commit;h=86947587d206a0a95b4ac2c54... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Mar 17 10:38:43 2021 +0100 server: Remove the redundant cpu field in the PE image information. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/unix/loader.c | 13 ++++++------- dlls/ntdll/unix/process.c | 40 ++++++++++++++++++++++++++-------------- dlls/ntdll/unix/unix_private.h | 4 ++++ include/wine/server_protocol.h | 4 +--- server/mapping.c | 12 ++---------- server/protocol.def | 2 -- server/trace.c | 4 +--- 7 files changed, 40 insertions(+), 39 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=86947587d206a0a95b4ac...