Module: wine Branch: master Commit: d28f4fd0ecf5818d542dcd6fe5ca7d3d65f1b8f1 URL: https://gitlab.winehq.org/wine/wine/-/commit/d28f4fd0ecf5818d542dcd6fe5ca7d3...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Apr 30 14:53:53 2024 +0200
rpcrt4: Move the stubless client thunks to a separate file.
And build them as x86-64 code on ARM64EC.
---
dlls/rpcrt4/Makefile.in | 1 + dlls/rpcrt4/cproxy.c | 145 +----------------------------- dlls/rpcrt4/thunks.c | 233 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 238 insertions(+), 141 deletions(-)