Only use native wxAppProgressIndicator in wxOSX/Cocoa port.

It's not implemented for Carbon nor iOS.
This commit is contained in:
Vadim Zeitlin
2015-04-08 13:02:13 +02:00
parent ad92074535
commit 5ff775234c

View File

@@ -31,7 +31,7 @@ private:
#if defined(__WXMSW__) && wxUSE_TASKBARBUTTON #if defined(__WXMSW__) && wxUSE_TASKBARBUTTON
#include "wx/msw/appprogress.h" #include "wx/msw/appprogress.h"
#elif defined(__WXOSX__) #elif defined(__WXOSX_COCOA__)
#include "wx/osx/appprogress.h" #include "wx/osx/appprogress.h"
#else #else
class wxAppProgressIndicator : public wxAppProgressIndicatorBase class wxAppProgressIndicator : public wxAppProgressIndicatorBase