June 16, 2026
1:23 p.m.
From: André Zwing <nerv@dawncrow.de> --- dlls/vcomp/tests/vcomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/vcomp/tests/vcomp.c b/dlls/vcomp/tests/vcomp.c index 3542581a565..ed4322bb099 100644 --- a/dlls/vcomp/tests/vcomp.c +++ b/dlls/vcomp/tests/vcomp.c @@ -153,7 +153,7 @@ static void (CDECL *pomp_unset_nest_lock)(omp_nest_lock_t *lock); #ifdef __i386__ #define ARCH "x86" -#elif defined __aarch64__ || defined__arm64ec__ +#elif defined __aarch64__ || defined __arm64ec__ #define ARCH "arm64" #elif defined(__x86_64__) #define ARCH "amd64" -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11165