From f0947060cc694519894edffa3f1d2bd589e3820c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Wed, 18 Oct 2023 21:36:39 +0200 Subject: [PATCH] fixup! lsteamclient: Add some missing exports for SDK 1.58. --- lsteamclient/steamclient_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lsteamclient/steamclient_main.c b/lsteamclient/steamclient_main.c index adfa4a81..8705ec38 100644 --- a/lsteamclient/steamclient_main.c +++ b/lsteamclient/steamclient_main.c @@ -1127,14 +1127,14 @@ HSteamPipe after_steam_pipe_create(HSteamPipe pipe) return pipe; } -bool Steam_IsKnownInterface( const char *pchVersion ) +bool CDECL Steam_IsKnownInterface( const char *pchVersion ) { TRACE("%s\n", pchVersion); load_steamclient(); return steamclient_IsKnownInterface( pchVersion ); } -void Steam_NotifyMissingInterface( HSteamPipe hSteamPipe, const char *pchVersion ) +void CDECL Steam_NotifyMissingInterface( HSteamPipe hSteamPipe, const char *pchVersion ) { TRACE("%u %s\n", hSteamPipe, pchVersion); load_steamclient();