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:
@@ -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
|
||||
|
Reference in New Issue
Block a user