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