]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minimal/minimal.cpp
more updates for recent toolbar changes
[wxWidgets.git] / samples / minimal / minimal.cpp
index e2e7765102c7d3b5b3f12dca3ed711823689b1a7..5ba383e3c3bad835251e24fc97dc35fa47870145 100644 (file)
@@ -35,7 +35,7 @@
 // ----------------------------------------------------------------------------
 
 // the application icon (under Windows and OS/2 it is in resources)
 // ----------------------------------------------------------------------------
 
 // the application icon (under Windows and OS/2 it is in resources)
-#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
+#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXMGL__) || defined(__WXX11__)
     #include "mondrian.xpm"
 #endif
 
     #include "mondrian.xpm"
 #endif