From 69affa962b0c2e0f7a9ce9279834e3c141bf2c2a Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Wed, 4 Jun 2025 16:17:47 -0600 Subject: [PATCH] vrclient: Fix exported functions definition in spec file. --- vrclient_x64/vrclient_x64.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vrclient_x64/vrclient_x64.spec b/vrclient_x64/vrclient_x64.spec index db5cdd6b..051038ec 100644 --- a/vrclient_x64/vrclient_x64.spec +++ b/vrclient_x64/vrclient_x64.spec @@ -1,6 +1,6 @@ # Generated from vrclient.dll by winedump -1 stdcall HmdSystemFactory(ptr ptr) -2 stdcall VRClientCoreFactory(ptr ptr) +1 cdecl HmdSystemFactory(ptr ptr) +2 cdecl VRClientCoreFactory(ptr ptr) @ cdecl -private vrclient_init_registry()