13 Jun
2025
13 Jun
'25
5:41 p.m.
``` + ok( status == STATUS_INVALID_HANDLE || !status, "NtQueryInformationAtom returned %#lx\n", status ); ``` I'm confused. You say you're testing that user atoms are not global atoms, but this test says they sometimes are (when? can we specify in a comment?), and 1/5 does implement them using global atoms. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8304#note_106505