21 Aug
2023
21 Aug
'23
12:54 p.m.
On Mon Aug 21 11:00:30 2023 +0000, Jacek Caban wrote:
`GetCurrentProcessId()` will return parent process ID at this stage. Should we use something like `peb->ProcessParameters->ProcessGroupId` here instead? yes, good catch (or even more simply, check for params-\>ProcessGroupId being 0).
I'll update the MR. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3442#note_42858