From f4d084afdacb64aa4fe8330613c97d88fa2506ce Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 16 Feb 2011 23:45:00 +0000 Subject: [PATCH] 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 --- include/wx/progdlg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0