lsteamclient: Execute any pending callback before ReleaseRequest.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2024-01-09 18:33:53 +01:00 committed by Arkadiusz Hiler
parent 9c844ee7ec
commit d7ab7f9199

View file

@ -42,6 +42,8 @@ extern struct w_steam_iface *create_winISteamNetworkingFakeUDPPort_SteamNetworki
extern void execute_pending_callbacks(void);
extern void execute_pending_callbacks(void);
struct w_steam_iface *create_win_interface(const char *name, void *linux_side);
void *alloc_mem_for_iface(size_t size, const char *iface_version);
void *alloc_vtable(void *vtable, unsigned int method_count, const char *iface_version);