]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/artmac.cpp
avoiding warning because of missing define
[wxWidgets.git] / src / osx / carbon / artmac.cpp
index 466ba9be569d05bacc0715ae9eb9a923ad4375e4..5b088416355852c474da0f90444829ff44454724 100644 (file)
@@ -23,6 +23,8 @@
     #include "wx/image.h"
 #endif
 
+#if !defined(__WXUNIVERSAL__)
+
 #include "wx/artprov.h"
 #include "wx/image.h"
 
@@ -106,3 +108,7 @@ wxBitmap wxMacArtProvider::CreateBitmap(const wxArtID& id,
 
     return wxNullBitmap;
 }
+
+#endif // !defined(__WXUNIVERSAL__)
+
+