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
|
|
@ -457,7 +457,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils004_GetIPCCallCount(struct w_steam_
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
void __thiscall winISteamUtils_SteamUtils004_SetWarningMessageHook(struct w_steam_iface *_this, void (*__cdecl pFunction)(int32_t, const char *))
|
||||
void __thiscall winISteamUtils_SteamUtils004_SetWarningMessageHook(struct w_steam_iface *_this, void (*W_CDECL pFunction)(int32_t, const char *))
|
||||
{
|
||||
struct cppISteamUtils_SteamUtils004_SetWarningMessageHook_params params =
|
||||
{
|
||||
|
|
@ -743,7 +743,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils005_GetIPCCallCount(struct w_steam_
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
void __thiscall winISteamUtils_SteamUtils005_SetWarningMessageHook(struct w_steam_iface *_this, void (*__cdecl pFunction)(int32_t, const char *))
|
||||
void __thiscall winISteamUtils_SteamUtils005_SetWarningMessageHook(struct w_steam_iface *_this, void (*W_CDECL pFunction)(int32_t, const char *))
|
||||
{
|
||||
struct cppISteamUtils_SteamUtils005_SetWarningMessageHook_params params =
|
||||
{
|
||||
|
|
@ -1100,7 +1100,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils006_GetIPCCallCount(struct w_steam_
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
void __thiscall winISteamUtils_SteamUtils006_SetWarningMessageHook(struct w_steam_iface *_this, void (*__cdecl pFunction)(int32_t, const char *))
|
||||
void __thiscall winISteamUtils_SteamUtils006_SetWarningMessageHook(struct w_steam_iface *_this, void (*W_CDECL pFunction)(int32_t, const char *))
|
||||
{
|
||||
struct cppISteamUtils_SteamUtils006_SetWarningMessageHook_params params =
|
||||
{
|
||||
|
|
@ -1482,7 +1482,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils007_GetIPCCallCount(struct w_steam_
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
void __thiscall winISteamUtils_SteamUtils007_SetWarningMessageHook(struct w_steam_iface *_this, void (*__cdecl pFunction)(int32_t, const char *))
|
||||
void __thiscall winISteamUtils_SteamUtils007_SetWarningMessageHook(struct w_steam_iface *_this, void (*W_CDECL pFunction)(int32_t, const char *))
|
||||
{
|
||||
struct cppISteamUtils_SteamUtils007_SetWarningMessageHook_params params =
|
||||
{
|
||||
|
|
@ -1880,7 +1880,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils008_GetIPCCallCount(struct w_steam_
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
void __thiscall winISteamUtils_SteamUtils008_SetWarningMessageHook(struct w_steam_iface *_this, void (*__cdecl pFunction)(int32_t, const char *))
|
||||
void __thiscall winISteamUtils_SteamUtils008_SetWarningMessageHook(struct w_steam_iface *_this, void (*W_CDECL pFunction)(int32_t, const char *))
|
||||
{
|
||||
struct cppISteamUtils_SteamUtils008_SetWarningMessageHook_params params =
|
||||
{
|
||||
|
|
@ -2307,7 +2307,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils009_GetIPCCallCount(struct w_steam_
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
void __thiscall winISteamUtils_SteamUtils009_SetWarningMessageHook(struct w_steam_iface *_this, void (*__cdecl pFunction)(int32_t, const char *))
|
||||
void __thiscall winISteamUtils_SteamUtils009_SetWarningMessageHook(struct w_steam_iface *_this, void (*W_CDECL pFunction)(int32_t, const char *))
|
||||
{
|
||||
struct cppISteamUtils_SteamUtils009_SetWarningMessageHook_params params =
|
||||
{
|
||||
|
|
@ -2815,7 +2815,7 @@ uint32_t __thiscall winISteamUtils_SteamUtils010_GetIPCCallCount(struct w_steam_
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
void __thiscall winISteamUtils_SteamUtils010_SetWarningMessageHook(struct w_steam_iface *_this, void (*__cdecl pFunction)(int32_t, const char *))
|
||||
void __thiscall winISteamUtils_SteamUtils010_SetWarningMessageHook(struct w_steam_iface *_this, void (*W_CDECL pFunction)(int32_t, const char *))
|
||||
{
|
||||
struct cppISteamUtils_SteamUtils010_SetWarningMessageHook_params params =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue