mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
lsteamclient: Generate function types with ABI attributes.
CW-Bug-Id: #22729
This commit is contained in:
parent
cc69121738
commit
5ec5ec2923
61 changed files with 257 additions and 155 deletions
|
|
@ -140,7 +140,7 @@ void cppISteamUtils_SteamUtils005_GetIPCCallCount( struct cppISteamUtils_SteamUt
|
|||
void cppISteamUtils_SteamUtils005_SetWarningMessageHook( struct cppISteamUtils_SteamUtils005_SetWarningMessageHook_params *params )
|
||||
{
|
||||
struct cppISteamUtils_SteamUtils005 *iface = (struct cppISteamUtils_SteamUtils005 *)params->linux_side;
|
||||
void (*lin_pFunction)(int32_t, const char *) = (void (*)(int32_t, const char *))manual_convert_SteamAPIWarningMessageHook_t( (void *)params->pFunction );
|
||||
void (*U_CDECL lin_pFunction)(int32_t, const char *) = manual_convert_SetWarningMessageHook_pFunction( params->pFunction );
|
||||
iface->SetWarningMessageHook( lin_pFunction );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue