[Bug 11030] JIT fails to launch

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 5 09:03:57 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=11030





--- Comment #13 from Nikolay Sivov <bunglehead at gmail.com>  2009-06-05 09:03:54 ---
(In reply to comment #9)

> Move code from NtCreateFile() to internal (non exported) function or just
> rename it and create another wrapper with original exported name.
> Have NtOpenFile() and NtCreateFile() call this internal function.
> 
> Move code from NtQueryFullAttributesFile() to internal (non exported) function
> or just rename it and create another wrapper with original exported name.
> Have NtQueryAttributesFile() and NtQueryFullAttributesFile() call this internal
> function.
> 

Both case use internal helper now:

http://source.winehq.org/git/wine.git?a=commit;h=1880a786d131126220f9784d033eb57a268ebf7e
http://source.winehq.org/git/wine.git?a=commit;h=e11c2496c5d40c93f5c7f67bf00d862c288d440a

So it's needed to retest.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list