[PATCH 2/2] comctl32: Don't ignore page creation error for a non-modal propery sheet.

Dmitry Timoshkov dmitry at baikal.ru
Tue Dec 18 12:37:59 CST 2018


Alexandre Julliard <julliard at winehq.org> wrote:

> > Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
> > ---
> >  dlls/comctl32/propsheet.c       | 12 ++++++++----
> >  dlls/comctl32/tests/propsheet.c |  4 ----
> >  2 files changed, 8 insertions(+), 8 deletions(-)
> 
> Is there an app that needs this?

Yes, I have an application that stucks in the PropertySheet because of
an error in the app's page dialog template. Apparently the app developers
haven't noticed that because PropertySheet simply returns 0 under Windows
and the app uses a different code path after that.

-- 
Dmitry.



More information about the wine-devel mailing list