Alexandre Julliard (@julliard) commented about dlls/winex11.drv/wintab.c:
>
> typedef struct tagWTPACKET {
> HCTX pkContext;
> +#ifndef _WIN64
> + DWORD pkPadding;
> +#endif
If you are not going to convert pkContext, then it seems it shouldn't be a pointer in the first place.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6584#note_87245