5 Feb
2024
5 Feb
'24
2:51 a.m.
On Mon Feb 5 02:12:38 2024 +0000, Zhiyi Zhang wrote:
Let's use RtlEqualLuid() to compare LUIDs. I think I can't easily access `RtlEqualLuid` on unixlib side of win32u, can I? It seems to be implemented on Windows side of ntdll, so the best I can do is rewrite this into comparing LUIDs' `HighPart` and `LowPart` manually.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4857#note_60005