mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-12 05:07:43 +02:00
lsteamclient: Default calling convention is cdecl.
CW-Bug-Id: #22729 CW-Bug-Id: #23085
This commit is contained in:

committed by
Arkadiusz Hiler

parent
dcc841cab0
commit
5e70a92e17
@ -1153,7 +1153,7 @@ void __thiscall winISteamInput_SteamInput005_EnableDeviceCallbacks(struct w_stea
|
||||
STEAMCLIENT_CALL( ISteamInput_SteamInput005_EnableDeviceCallbacks, ¶ms );
|
||||
}
|
||||
|
||||
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, ¶ms );
|
||||
}
|
||||
|
||||
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 =
|
||||
{
|
||||
|
Reference in New Issue
Block a user