From 7024f20ca8904b56eff1fd615e0ccf3e19da6adf Mon Sep 17 00:00:00 2001 From: Tomas Mariancik Date: Tue, 18 Jan 2022 08:41:37 +0100 Subject: [PATCH] Fix Windows Vulkan not compiling due to missing defines for WINFORMS and WPF Note: It crashes on startup of the editor --- sources/targets/Stride.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/targets/Stride.props b/sources/targets/Stride.props index dab8050aa6..7c3b649bac 100644 --- a/sources/targets/Stride.props +++ b/sources/targets/Stride.props @@ -76,7 +76,7 @@ SDL - $(StrideUI);WINFORMS;WPF + $(StrideUI);WINFORMS;WPF $(DefineConstants);STRIDE_UI_SDL $(DefineConstants);STRIDE_UI_WINFORMS