lsteamclient: Generate function types with ABI attributes.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon
2023-09-19 21:30:14 +02:00
committed by Arkadiusz Hiler
parent cc69121738
commit 5ec5ec2923
61 changed files with 257 additions and 155 deletions

View File

@ -1216,7 +1216,7 @@ void __thiscall winISteamInput_SteamInput005_EnableDeviceCallbacks(struct w_stea
cppISteamInput_SteamInput005_EnableDeviceCallbacks( &params );
}
void __thiscall winISteamInput_SteamInput005_EnableActionEventCallbacks(struct w_steam_iface *_this, void (*__stdcall pCallback)(SteamInputActionEvent_t *))
void __thiscall winISteamInput_SteamInput005_EnableActionEventCallbacks(struct w_steam_iface *_this, void (*W_STDCALL pCallback)(SteamInputActionEvent_t *))
{
struct cppISteamInput_SteamInput005_EnableActionEventCallbacks_params params =
{
@ -1928,7 +1928,7 @@ void __thiscall winISteamInput_SteamInput006_EnableDeviceCallbacks(struct w_stea
cppISteamInput_SteamInput006_EnableDeviceCallbacks( &params );
}
void __thiscall winISteamInput_SteamInput006_EnableActionEventCallbacks(struct w_steam_iface *_this, void (*__stdcall pCallback)(SteamInputActionEvent_t *))
void __thiscall winISteamInput_SteamInput006_EnableActionEventCallbacks(struct w_steam_iface *_this, void (*W_STDCALL pCallback)(SteamInputActionEvent_t *))
{
struct cppISteamInput_SteamInput006_EnableActionEventCallbacks_params params =
{