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
This commit is contained in:
Vadim Zeitlin
2011-02-16 23:45:00 +00:00
parent 0c3ae94cf0
commit f4d084afda

View File

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