http://bugs.winehq.org/show_bug.cgi?id=59935 --- Comment #7 from Nikolay Sivov <bunglehead@gmail.com> --- (In reply to coyote from comment #6)
(In reply to Stian Low from comment #4)
Simply commenting `return STATUS_NOT_IMPLEMENTED` for NtLockFile allows hello-world.exe to compile and run via wine.
I'd like to find out if Wine has implemented NtLockFile to some extent. For your information, simply calling NtLockFile via Python also results in an unimplemented error.
It depends on how it's called. Some options are not supported and function will fail in such cases. Take a look at wine implementation of it and you'll find such checks in there. -- 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.