From cd52345fe057a88affdaf7cce422991b1b8893f6 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 1 Jun 2026 23:35:37 +0100 Subject: [PATCH] [SDK] wine/test.h: Centralize oleauto.h inclusion to address undefined reference to wine_dbgstr_variant even in modules that don't have automatic test discovery (no testlist.c file). CORE-20606 --- sdk/include/wine/test.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk/include/wine/test.h b/sdk/include/wine/test.h index 01c1fdee7aa..21e1419057d 100644 --- a/sdk/include/wine/test.h +++ b/sdk/include/wine/test.h @@ -579,6 +579,9 @@ static inline void winetest_add_failures( LONG new_failures ) #include #include +#ifdef __REACTOS__ +#include +#endif struct test {