2 Sep
2024
2 Sep
'24
8:55 a.m.
On Sun Sep 1 19:28:26 2024 +0000, Biswapriyo Nath wrote:
NtQuerySystemInformation and NtQuerySystemEnvironmentValueEx @nsivov thanks for the tip, it seems they need to be implemented and they do the same thing.
@Biswa96 `NtQuerySystemInformation` probably not needed, documentation says the function is designed for something else. https://learn.microsoft.com/en-us/windows/win32/api/winternl/nf-winternl-ntq... We only need `NtQuerySystemEnvironmentValueEx` and `NtQuerySystemEnvironmentValue`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6423#note_80680