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

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Józef Kucia 2018-03-21 10:03:43 +01:00 committed by Alexandre Julliard
parent e51c9b47b8
commit 107e7c78fc
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}