mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-02 04:34:29 +01:00
steam_helper, vrclient, openxr: Use Unix ABI for winevulkan unwrappers.
CW-Bug-Id: #23180
This commit is contained in:
parent
9e6011147d
commit
ff94f04eca
5 changed files with 21 additions and 21 deletions
|
|
@ -654,7 +654,7 @@ static void parse_extensions(const char *in, uint32_t *out_count,
|
|||
|
||||
extern "C"
|
||||
{
|
||||
VkPhysicalDevice WINAPI __wine_get_native_VkPhysicalDevice(VkPhysicalDevice phys_dev);
|
||||
VkPhysicalDevice __wine_get_native_VkPhysicalDevice(VkPhysicalDevice phys_dev);
|
||||
};
|
||||
|
||||
static void *get_winevulkan_unix_lib_handle(HMODULE hvulkan)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue