mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user