From 7487078819438f29d0a2653ab8d8141b82e99687 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 7 Nov 2006 15:32:27 +0000 Subject: [PATCH] include the icon also for wxMGL (fixes tinderbox error) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/samples/mmedia/mmboard.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/samples/mmedia/mmboard.cpp b/contrib/samples/mmedia/mmboard.cpp index 91640f3018..62bf71c08c 100644 --- a/contrib/samples/mmedia/mmboard.cpp +++ b/contrib/samples/mmedia/mmboard.cpp @@ -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 -- 2.45.2