mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-06 22:48:11 +01:00
lsteamclient: Use int8_t instead of ambiguous sized bool.
CW-Bug-Id: #22729
This commit is contained in:
parent
5190d26e7e
commit
cd4a31f4e0
41 changed files with 7674 additions and 7679 deletions
|
|
@ -26,7 +26,7 @@ uint32_t __thiscall winISteamNetworkingMessages_SteamNetworkingMessages002_SendM
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
bool __thiscall winISteamNetworkingMessages_SteamNetworkingMessages002_AcceptSessionWithUser(struct w_steam_iface *_this, const SteamNetworkingIdentity_144 *identityRemote)
|
||||
int8_t __thiscall winISteamNetworkingMessages_SteamNetworkingMessages002_AcceptSessionWithUser(struct w_steam_iface *_this, const SteamNetworkingIdentity_144 *identityRemote)
|
||||
{
|
||||
struct ISteamNetworkingMessages_SteamNetworkingMessages002_AcceptSessionWithUser_params params =
|
||||
{
|
||||
|
|
@ -38,7 +38,7 @@ bool __thiscall winISteamNetworkingMessages_SteamNetworkingMessages002_AcceptSes
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
bool __thiscall winISteamNetworkingMessages_SteamNetworkingMessages002_CloseSessionWithUser(struct w_steam_iface *_this, const SteamNetworkingIdentity_144 *identityRemote)
|
||||
int8_t __thiscall winISteamNetworkingMessages_SteamNetworkingMessages002_CloseSessionWithUser(struct w_steam_iface *_this, const SteamNetworkingIdentity_144 *identityRemote)
|
||||
{
|
||||
struct ISteamNetworkingMessages_SteamNetworkingMessages002_CloseSessionWithUser_params params =
|
||||
{
|
||||
|
|
@ -50,7 +50,7 @@ bool __thiscall winISteamNetworkingMessages_SteamNetworkingMessages002_CloseSess
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
bool __thiscall winISteamNetworkingMessages_SteamNetworkingMessages002_CloseChannelWithUser(struct w_steam_iface *_this, const SteamNetworkingIdentity_144 *identityRemote, int32_t nLocalChannel)
|
||||
int8_t __thiscall winISteamNetworkingMessages_SteamNetworkingMessages002_CloseChannelWithUser(struct w_steam_iface *_this, const SteamNetworkingIdentity_144 *identityRemote, int32_t nLocalChannel)
|
||||
{
|
||||
struct ISteamNetworkingMessages_SteamNetworkingMessages002_CloseChannelWithUser_params params =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue