mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
tests: Fix crosstests.
The inline wrappers for AsyncIMultiQI in mingw-w64 (mingw-w64-common 3.2.0-2) are broken and fail to compile. Define WIDL_C_INLINE_WRAPPERS after including vkd3d_windows.h to avoid them.
This commit is contained in:
@@ -43,9 +43,9 @@ typedef int HRESULT;
|
|||||||
|
|
||||||
#define COBJMACROS
|
#define COBJMACROS
|
||||||
#define INITGUID
|
#define INITGUID
|
||||||
#define WIDL_C_INLINE_WRAPPERS
|
|
||||||
#include "vkd3d_test.h"
|
#include "vkd3d_test.h"
|
||||||
#include "vkd3d_windows.h"
|
#include "vkd3d_windows.h"
|
||||||
|
#define WIDL_C_INLINE_WRAPPERS
|
||||||
#include "d3d12.h"
|
#include "d3d12.h"
|
||||||
|
|
||||||
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(*x))
|
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(*x))
|
||||||
|
Reference in New Issue
Block a user