mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-04-08 10:39:11 +03:00
fixup! lsteamclient: Add some missing exports for SDK 1.58.
This commit is contained in:
parent
b04135b480
commit
f0947060cc
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user