[PATCH] winex11: Fix build without Vulkan support
22 Mar
2018
22 Mar
'18
6:20 a.m.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> --- Maybe it should've been using winediag channel, or WINE_MESSAGE? dlls/winex11.drv/vulkan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/winex11.drv/vulkan.c b/dlls/winex11.drv/vulkan.c index 27ff72212d..f96ef64137 100644 --- a/dlls/winex11.drv/vulkan.c +++ b/dlls/winex11.drv/vulkan.c @@ -37,10 +37,10 @@ #include "wine/vulkan.h" #include "wine/vulkan_driver.h" -#ifdef SONAME_LIBVULKAN - WINE_DEFAULT_DEBUG_CHANNEL(vulkan); +#ifdef SONAME_LIBVULKAN + typedef VkFlags VkXlibSurfaceCreateFlagsKHR; #define VK_STRUCTURE_TYPE_XLIB_SURFACE_CREATE_INFO_KHR 1000004000 -- 2.16.2
2831
Age (days ago)
2831
Last active (days ago)
1 comments
2 participants
participants (2)
-
Józef Kucia -
Nikolay Sivov