Module: wine Branch: master Commit: 6af17eec91f37149c34cee7eef2f24bcd47209cb URL: https://gitlab.winehq.org/wine/wine/-/commit/6af17eec91f37149c34cee7eef2f24b...
Author: Alexandre Julliard julliard@winehq.org Date: Thu May 2 09:24:48 2024 +0200
oleaut32: Move the call_method thunk to a separate file.
And build it as x86-64 code on ARM64EC.
---
dlls/oleaut32/Makefile.in | 1 + dlls/oleaut32/thunks.c | 187 ++++++++++++++++++++++++++++++++++++++++++++++ dlls/oleaut32/typelib.c | 145 ----------------------------------- 3 files changed, 188 insertions(+), 145 deletions(-)