From: Ryan Norton Date: Tue, 15 Feb 2005 00:56:51 +0000 (+0000) Subject: include mondorian xpmm on cocoa too X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/116a877a9c6127d05150e482b21905766fb198b9 include mondorian xpmm on cocoa too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/dynamic/dynamic.cpp b/samples/dynamic/dynamic.cpp index 378f6e1882..5e66beef8e 100644 --- a/samples/dynamic/dynamic.cpp +++ b/samples/dynamic/dynamic.cpp @@ -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