]> git.saurik.com Git - wxWidgets.git/commitdiff
include the icon also for wxMGL (fixes tinderbox error)
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Nov 2006 15:32:27 +0000 (15:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Nov 2006 15:32:27 +0000 (15:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/samples/mmedia/mmboard.cpp

index 91640f3018159a6ed10a0438322e1b5c9152f7ce..62bf71c08cc7c50452cd27915058fe31ef480dbb 100644 (file)
@@ -33,8 +33,9 @@
 // ----------------------------------------------------------------------------
 // ressources
 // ----------------------------------------------------------------------------
+
 // the application icon
-#if defined(__WXGTK__) || defined(__WXX11__) || defined(__WXMOTIF__) || defined(__WXMAC__)
+#if !defined(__WXMSW__) && !defined(__WXPM__)
     #include "mondrian.xpm"
 #endif