[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

This commit is contained in:
Amine Khaldi
2026-06-09 20:12:05 +01:00
parent 28ed28dac1
commit cd52345fe0
+3
View File
@@ -579,6 +579,9 @@ static inline void winetest_add_failures( LONG new_failures )
#include <stdio.h>
#include <excpt.h>
#ifdef __REACTOS__
#include <oleauto.h>
#endif
struct test
{