lsteamclient: Allocate SteamClient interface from native steamclient.dll data.

CW-Bug-Id: #22137
This commit is contained in:
Paul Gofman 2023-04-14 20:17:44 -06:00 committed by Arkadiusz Hiler
parent 840959f4cf
commit f5da6b1c22

View file

@ -432,6 +432,7 @@ void *alloc_vtable(void *vtable, unsigned int method_count, const char *iface_ve
"STEAMUSERSTATS",
"STEAMAPPS",
"SteamNetworking",
"SteamClient",
};
unsigned int i;
char *ret;