lsteamclient: Default calling convention is cdecl.

CW-Bug-Id: #22729
CW-Bug-Id: #23085
This commit is contained in:
Rémi Bernon
2023-12-04 22:48:13 +01:00
committed by Arkadiusz Hiler
parent dcc841cab0
commit 5e70a92e17
23 changed files with 134 additions and 167 deletions

View File

@ -1153,7 +1153,7 @@ void __thiscall winISteamInput_SteamInput005_EnableDeviceCallbacks(struct w_stea
STEAMCLIENT_CALL( ISteamInput_SteamInput005_EnableDeviceCallbacks, &params );
}
void __thiscall winISteamInput_SteamInput005_EnableActionEventCallbacks(struct w_steam_iface *_this, void (*W_STDCALL pCallback)(SteamInputActionEvent_t *))
void __thiscall winISteamInput_SteamInput005_EnableActionEventCallbacks(struct w_steam_iface *_this, void (*W_CDECL pCallback)(SteamInputActionEvent_t *))
{
struct ISteamInput_SteamInput005_EnableActionEventCallbacks_params params =
{
@ -1808,7 +1808,7 @@ void __thiscall winISteamInput_SteamInput006_EnableDeviceCallbacks(struct w_stea
STEAMCLIENT_CALL( ISteamInput_SteamInput006_EnableDeviceCallbacks, &params );
}
void __thiscall winISteamInput_SteamInput006_EnableActionEventCallbacks(struct w_steam_iface *_this, void (*W_STDCALL pCallback)(SteamInputActionEvent_t *))
void __thiscall winISteamInput_SteamInput006_EnableActionEventCallbacks(struct w_steam_iface *_this, void (*W_CDECL pCallback)(SteamInputActionEvent_t *))
{
struct ISteamInput_SteamInput006_EnableActionEventCallbacks_params params =
{