]> git.saurik.com Git - wxWidgets.git/commitdiff
wxMGL compilation fix
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 21 Nov 2001 00:01:28 +0000 (00:01 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 21 Nov 2001 00:01:28 +0000 (00:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/minimal/minimal.cpp

index e2e7765102c7d3b5b3f12dca3ed711823689b1a7..e5eb0633d15f529001e64ff56c4614b1671f6553 100644 (file)
@@ -35,7 +35,7 @@
 // ----------------------------------------------------------------------------
 
 // 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__)
     #include "mondrian.xpm"
 #endif