X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0597e7f977c87d107e24bf3e95ebfa3d60efc249..527343602e91d60c65fb7589a6ddcf4683930c78:/src/common/artstd.cpp diff --git a/src/common/artstd.cpp b/src/common/artstd.cpp index c3e4fe994b..c5a9679e38 100644 --- a/src/common/artstd.cpp +++ b/src/common/artstd.cpp @@ -77,7 +77,7 @@ protected: wxArtProvider::Push(new wxDefaultArtProvider); } -#if !defined(__WXGTK20__) || defined(__WXUNIVERSAL__) +#if !(defined(__WXGTK20__) || defined(__WXMAC__)) || defined(__WXUNIVERSAL__) /*static*/ void wxArtProvider::InitNativeProvider() { }