mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-12 13:17:50 +02:00
lsteamclient: Use 64bit handles for unix side interface pointers.
Based on a patch from Billy Laws.
This commit is contained in:

committed by
Arkadiusz Hiler

parent
01e7e7eccf
commit
d89c5c80bb
@ -87,7 +87,7 @@ __ASM_BLOCK_BEGIN(winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_vtables)
|
||||
);
|
||||
__ASM_BLOCK_END
|
||||
|
||||
struct w_iface *create_winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001( struct u_iface *u_iface )
|
||||
struct w_iface *create_winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001( struct u_iface u_iface )
|
||||
{
|
||||
struct w_iface *r = alloc_mem_for_iface(sizeof(struct w_iface), "STEAMAPPLIST_INTERFACE_VERSION001");
|
||||
TRACE("-> %p\n", r);
|
||||
|
Reference in New Issue
Block a user