]> git.saurik.com Git - wxWidgets.git/commitdiff
include mondorian xpmm on cocoa too
authorRyan Norton <wxprojects@comcast.net>
Tue, 15 Feb 2005 00:56:51 +0000 (00:56 +0000)
committerRyan Norton <wxprojects@comcast.net>
Tue, 15 Feb 2005 00:56:51 +0000 (00:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/dynamic/dynamic.cpp

index 378f6e1882f95bfe347ef53ca399bf6f71d88af3..5e66beef8e4c65acbe33904f26116d563dfb361d 100644 (file)
@@ -25,7 +25,7 @@
 #include "wx/wx.h"
 #endif
 
-#if defined(__WXGTK__) || defined(__WXX11__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXMGL__)
+#if defined(__WXGTK__) || defined(__WXX11__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXMGL__) || defined(__WXCOCOA__)
 #include "mondrian.xpm"
 #endif