[Bug 32728] New: GetOpenFileName doesn't work with native comctl32

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 15 16:12:19 CST 2013


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

             Bug #: 32728
           Summary: GetOpenFileName doesn't work with native comctl32
           Product: Wine
           Version: 1.5.14
          Platform: x86
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P2
         Component: comdlg32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: djelinski1 at gmail.com
                CC: huw at codeweavers.com
    Classification: Unclassified
   Regression SHA1: 7a2d68abc89b7ea07436dd5a7d2ecf34376d47a5


Noticed in wine notepad: File->Open doesn't work with native comctl32 from
winetricks. Bisect shows this commit:

commit 7a2d68abc89b7ea07436dd5a7d2ecf34376d47a5
Author: Huw Davies <huw at codeweavers.com>
Date:   Tue Sep 25 12:40:19 2012 +0100

    comdlg32: Use a ComboBoxEx control for the filename if the structure size
is not the nt40 version size.

ComboBoxEx requires a call to InitCommonControlsEx to work. Comdlg tests do not
call InitCommonControlsEx (or I didn't notice), and GetOpenFileName works, so I
guess that native comdlg can work with uninitialized common controls.

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