]> git.saurik.com Git - wxWidgets.git/commitdiff
wxMGL compilation fix
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 12 Feb 2002 10:37:38 +0000 (10:37 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 12 Feb 2002 10:37:38 +0000 (10:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/samples/xrc/xrcdemo.cpp
samples/xrc/xrcdemo.cpp

index 3c81bf27304edfce858aa693f20b714318c12922..4ae4114494cf43d11c48d13a53599c4e9eb53e71 100644 (file)
@@ -39,7 +39,7 @@
 // resources
 // ----------------------------------------------------------------------------
 // the application icon
-#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
+#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXMGL__)
     #include "rc/appicon.xpm"
 #endif
 
index 3c81bf27304edfce858aa693f20b714318c12922..4ae4114494cf43d11c48d13a53599c4e9eb53e71 100644 (file)
@@ -39,7 +39,7 @@
 // resources
 // ----------------------------------------------------------------------------
 // the application icon
-#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
+#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXMGL__)
     #include "rc/appicon.xpm"
 #endif