[Bug 36946] New: FindFirstFileExW() needs FIND_FIRST_EX_CASE_SENSITIVE support

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jul 20 02:40:42 CDT 2014


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

            Bug ID: 36946
           Summary: FindFirstFileExW() needs FIND_FIRST_EX_CASE_SENSITIVE
                    support
           Product: Wine
           Version: 1.7.22
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: kernel32
          Assignee: wine-bugs at winehq.org
          Reporter: anduchs at gmail.com

FindFirstFileExW() has no support for the FIND_FIRST_EX_CASE_SENSITIVE flag.
Instead it currently returns INVALID_HANDLE_VALUE.

Games affected: Marvel Heroes 2015

The attached patch does not introduce correct handling, but makes the flag
ignored and throws a warning (similar to other places).

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