[PATCH] winex11: Print ERR() message when Wine was built without Vulkan support.
21 Mar
2018
21 Mar
'18
9:03 a.m.
Signed-off-by: Józef Kucia <jkucia(a)codeweavers.com> --- dlls/winex11.drv/vulkan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/winex11.drv/vulkan.c b/dlls/winex11.drv/vulkan.c index 058609625452..27ff72212da7 100644 --- a/dlls/winex11.drv/vulkan.c +++ b/dlls/winex11.drv/vulkan.c @@ -533,6 +533,7 @@ const struct vulkan_funcs *get_vulkan_driver(UINT version) const struct vulkan_funcs *get_vulkan_driver(UINT version) { + ERR("Wine was built without Vulkan support.\n"); return NULL; } -- 2.16.1
2832
Age (days ago)
2832
Last active (days ago)
0 comments
1 participants
participants (1)
-
Józef Kucia