winex11: Correct compile without vulkan support.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alistair Leslie-Hughes 2018-06-14 23:01:27 +00:00 committed by Alexandre Julliard
parent c1adb6ea1c
commit 75ec09708f
1 changed files with 4 additions and 0 deletions

View File

@ -626,4 +626,8 @@ const struct vulkan_funcs *get_vulkan_driver(UINT version)
return NULL; return NULL;
} }
void wine_vk_surface_destroy(HWND hwnd)
{
}
#endif /* SONAME_LIBVULKAN */ #endif /* SONAME_LIBVULKAN */