Commit 75ec0970 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

winex11: Correct compile without vulkan support.

parent c1adb6ea
......@@ -626,4 +626,8 @@ const struct vulkan_funcs *get_vulkan_driver(UINT version)
return NULL;
}
void wine_vk_surface_destroy(HWND hwnd)
{
}
#endif /* SONAME_LIBVULKAN */
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