Commit 107e7c78 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

winex11: Print ERR() message when Wine was built without Vulkan support.

parent e51c9b47
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment