Module: wine Branch: master Commit: a1e553aa807809b01ae19d05a20376cd47b42fbd URL: https://gitlab.winehq.org/wine/wine/-/commit/a1e553aa807809b01ae19d05a20376c...
Author: Alexandre Julliard julliard@winehq.org Date: Thu May 2 09:25:01 2024 +0200
vcomp: Move the fork wrapper to a separate file.
And build it as x86-64 code on ARM64EC.
---
dlls/vcomp/Makefile.in | 1 + dlls/vcomp/fork.c | 173 ++++++++++++++++++++++++++++++++++++++++++++++ dlls/vcomp/main.c | 158 +----------------------------------------- dlls/vcomp100/Makefile.in | 1 + dlls/vcomp110/Makefile.in | 1 + dlls/vcomp120/Makefile.in | 1 + dlls/vcomp140/Makefile.in | 1 + 7 files changed, 180 insertions(+), 156 deletions(-)