https://bugs.winehq.org/show_bug.cgi?id=55839 --- Comment #2 from ake.rehnman(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.