mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-28 22:48:18 +03:00
lsteamclient: Execute any pending callback before ReleaseRequest.
CW-Bug-Id: #22729
This commit is contained in:
parent
9c844ee7ec
commit
d7ab7f9199
@ -42,6 +42,8 @@ extern struct w_steam_iface *create_winISteamNetworkingFakeUDPPort_SteamNetworki
|
|||||||
|
|
||||||
extern void execute_pending_callbacks(void);
|
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);
|
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_mem_for_iface(size_t size, const char *iface_version);
|
||||||
void *alloc_vtable(void *vtable, unsigned int method_count, const char *iface_version);
|
void *alloc_vtable(void *vtable, unsigned int method_count, const char *iface_version);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user