mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
lsteamclient: Use unixlib interface for C API functions.
CW-Bug-Id: #22729
This commit is contained in:
parent
4e8556ae62
commit
cf89fdf018
9 changed files with 329 additions and 105 deletions
|
|
@ -4,6 +4,21 @@
|
|||
|
||||
extern "C" const unixlib_entry_t __wine_unix_call_funcs[] =
|
||||
{
|
||||
steamclient_init,
|
||||
steamclient_next_callback,
|
||||
steamclient_CreateInterface,
|
||||
steamclient_Steam_GetAPICallResult,
|
||||
steamclient_Steam_BGetCallback,
|
||||
steamclient_callback_message_receive,
|
||||
steamclient_Steam_FreeLastCallback,
|
||||
steamclient_Steam_ReleaseThreadLocalMemory,
|
||||
steamclient_Steam_IsKnownInterface,
|
||||
steamclient_Steam_NotifyMissingInterface,
|
||||
steamclient_networking_messages_receive_144,
|
||||
steamclient_networking_messages_receive_147,
|
||||
steamclient_networking_messages_receive_153a,
|
||||
steamclient_networking_message_release_147,
|
||||
steamclient_networking_message_release_153a,
|
||||
ISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetNumInstalledApps,
|
||||
ISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetInstalledApps,
|
||||
ISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue