https://bugs.winehq.org/show_bug.cgi?id=49900
Bug ID: 49900 Summary: Unimplemented function ntdll.dll.RtlDefaultNpAcl Product: Wine Version: 5.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: toadking@toadking.com Distribution: ---
Go programs built using the go-winio package fail on this unimplemented function. The code in question that calls it: https://github.com/microsoft/go-winio/blob/06bcafdc246846a25d2a46135607fd573...
Test program - https://github.com/ToadKing/rtlDefaultNpAcl (binary in release section)