lsteamclient: Use unixlib interface for C API functions.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-10-19 10:38:37 +02:00 committed by Arkadiusz Hiler
parent 4e8556ae62
commit cf89fdf018
9 changed files with 329 additions and 105 deletions

View file

@ -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,