[Bug 18734] New: DlgDirList(DDL_DRIVES|DDL_DIRECTORY) on 16-bits displays files on listbox in Windows but not Wine.

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jun 1 11:43:56 CDT 2009


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

           Summary: DlgDirList(DDL_DRIVES|DDL_DIRECTORY) on 16-bits
                    displays files on listbox in Windows but not Wine.
           Product: Wine
           Version: 1.1.22
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: download, patch, source, win16
          Severity: normal
          Priority: P2
         Component: user32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: a_villacis at palosanto.com


Created an attachment (id=21484)
 --> (http://bugs.winehq.org/attachment.cgi?id=21484)
Screenshot of problem (QEMU virtual session and Wine, side by side)

When an 16-bit Windows application displays a listbox and manually fills it
with DlgDirList (not as a part of a Common Dialog), the flag combination
DDL_DRIVES|DLL_DIRECTORY should make files appear according to the set filter.
Wine does not do this, as it (incorrectly) appends DDL_EXCLUSIVE to the bitmask
of flags before delegating to 32-bit code.

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