X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/571d2e0f232be3f7220c485c7e72eccfb87f2855..791b07a345ed1e89b8af7a83bad2877f2f3936f1:/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() { }