Alexandre Julliard : server: Get rid of the CPU type and functions.

Alexandre Julliard julliard at winehq.org
Tue Apr 27 16:08:58 CDT 2021


Module: wine
Branch: master
Commit: 339ed576430fa0b7096563c5b19608ba87cba320
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=339ed576430fa0b7096563c5b19608ba87cba320

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Apr 27 10:42:04 2021 +0200

server: Get rid of the CPU type and functions.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/unix/process.c      | 22 ++--------------------
 dlls/ntdll/unix/server.c       |  1 -
 dlls/ntdll/unix/unix_private.h |  4 ----
 include/wine/server_protocol.h | 14 +++-----------
 server/debugger.c              |  2 +-
 server/mach.c                  |  2 +-
 server/object.h                |  1 -
 server/process.c               |  5 -----
 server/process.h               |  4 ----
 server/protocol.def            | 10 +---------
 server/registry.c              | 30 +-----------------------------
 server/request.h               |  6 ++----
 server/thread.c                | 28 ----------------------------
 server/thread.h                |  1 -
 server/trace.c                 | 17 +----------------
 tools/make_requests            |  1 -
 16 files changed, 12 insertions(+), 136 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=339ed576430fa0b7096563c5b19608ba87cba320



More information about the wine-cvs mailing list