Module: wine Branch: master Commit: 6647987edc71209731399a1025a576cc80188169 URL: https://gitlab.winehq.org/wine/wine/-/commit/6647987edc71209731399a1025a576c...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Apr 30 14:57:12 2024 +0200
rpcrt4: Move call_server_func() to a separate file.
And build it as x86-64 code on ARM64EC.
---
dlls/rpcrt4/ndr_stubless.c | 233 +-------------------------------------------- dlls/rpcrt4/thunks.c | 195 +++++++++++++++++++++++++++++++++++++ 2 files changed, 197 insertions(+), 231 deletions(-)