https://bugs.winehq.org/show_bug.cgi?id=55839
--- Comment #2 from ake.rehnman@gmail.com --- The previous example did not show the problem properly since I managed upload the wrong test code. Find the revised test code #2 above.
The attached test program #2 output with wine: NtCreateDirectoryObject status=0 NtCreateSymbolicLinkObject status=0 NtCreateSymbolicLinkObject status=c0000035 NtCreateSymbolicLinkObject status=c0000024 NtCreateSymbolicLinkObject failed expected STATUS_SUCCESS
Console output with windows 10: NtCreateDirectoryObject status=0 NtCreateSymbolicLinkObject status=0 NtCreateSymbolicLinkObject status=c0000035 NtCreateSymbolicLinkObject status=0 Test passed