From: Vadim Zeitlin Date: Wed, 16 Feb 2011 23:45:00 +0000 (+0000) Subject: Don't use native MSW wxProgressDialog version in wxUniv. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f4d084afdacb64aa4fe8330613c97d88fa2506ce Don't use native MSW wxProgressDialog version in wxUniv. The native version should only be used in the native port. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/progdlg.h b/include/wx/progdlg.h index 48c708af02..25716b0780 100644 --- a/include/wx/progdlg.h +++ b/include/wx/progdlg.h @@ -34,7 +34,7 @@ #else #include "wx/generic/progdlgg.h" - #if defined(__WXMSW__) && wxUSE_THREADS + #if defined(__WXMSW__) && wxUSE_THREADS && !defined(__WXUNIVERSAL__) #include "wx/msw/progdlg.h" #else class WXDLLIMPEXP_CORE wxProgressDialog