]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/artstd.cpp
1. changed wxIconBundle to use m_refData and COW to make copying icon bundles
[wxWidgets.git] / src / common / artstd.cpp
index c3e4fe994b110ace2d9cd26c0727d4a4a7e7bbc8..c5a9679e3892ff43aa9e8b34cf8e0aa788790f47 100644 (file)
@@ -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()
 {
 }