lsteamclient: Use 64bit handles for unix side interface pointers.

Based on a patch from Billy Laws.
This commit is contained in:
Rémi Bernon
2025-01-16 10:40:36 +01:00
committed by Arkadiusz Hiler
parent 01e7e7eccf
commit d89c5c80bb
45 changed files with 7301 additions and 7601 deletions

View File

@ -76,7 +76,7 @@ __ASM_BLOCK_BEGIN(winISteamTimeline_STEAMTIMELINE_INTERFACE_V001_vtables)
);
__ASM_BLOCK_END
struct w_iface *create_winISteamTimeline_STEAMTIMELINE_INTERFACE_V001( struct u_iface *u_iface )
struct w_iface *create_winISteamTimeline_STEAMTIMELINE_INTERFACE_V001( struct u_iface u_iface )
{
struct w_iface *r = alloc_mem_for_iface(sizeof(struct w_iface), "STEAMTIMELINE_INTERFACE_V001");
TRACE("-> %p\n", r);
@ -381,7 +381,7 @@ __ASM_BLOCK_BEGIN(winISteamTimeline_STEAMTIMELINE_INTERFACE_V004_vtables)
);
__ASM_BLOCK_END
struct w_iface *create_winISteamTimeline_STEAMTIMELINE_INTERFACE_V004( struct u_iface *u_iface )
struct w_iface *create_winISteamTimeline_STEAMTIMELINE_INTERFACE_V004( struct u_iface u_iface )
{
struct w_iface *r = alloc_mem_for_iface(sizeof(struct w_iface), "STEAMTIMELINE_INTERFACE_V004");
TRACE("-> %p\n", r);