[Bug 37305] ApexDC fails to do file operations (file:FindFirstFileExW)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Sep 24 20:21:02 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=37305

Sebastian Lackner <sebastian at fds-team.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sebastian at fds-team.de

--- Comment #2 from Sebastian Lackner <sebastian at fds-team.de> ---
The mode in the fixme message (0x00000001) is for the flag
FIND_FIRST_EX_CASE_SENSITIVE, which is unsupported in current wine.

Could you please test the following two work in progress patches, which should
implement the missing feature?

https://github.com/compholio/wine-compholio/tree/master/patches/kernel32-FindFirstFile

(Note: There is also a similar bug report about the second unimplemented
FindFirstFileExW flag, but they both are different issues - see here:
https://bugs.winehq.org/show_bug.cgi?id=35121)

-- 
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