https://bugs.winehq.org/show_bug.cgi?id=54273
Bug ID: 54273 Summary: ntdll misses Zw* exports Product: Wine Version: 7.22 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: novae.harpist06@icloud.com Distribution: ---
The following exports are not present in ntdll:
ZwCallbackReturn ZwCreateDebugObject ZwGetNextThread ZwLoadKeyEx
Despite the following ones existing:
NtCallbackReturn NtCreateDebugObject NtGetNextThread NtLoadKeyEx