]> git.saurik.com Git - wxWidgets.git/commitdiff
correction for Mac OS X compilation
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 22 Jul 2001 20:26:08 +0000 (20:26 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 22 Jul 2001 20:26:08 +0000 (20:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/sockets/client.cpp
samples/sockets/server.cpp

index ea1f02c814eace57f7044a5aa48dfa05fcf65c8c..ec02f7eada976c34a76c9472dc5c4a6caf71ed33 100644 (file)
@@ -43,7 +43,7 @@
 // --------------------------------------------------------------------------
 
 // the application icon
 // --------------------------------------------------------------------------
 
 // the application icon
-#if defined(__WXGTK__) || defined(__WXMOTIF__)
+#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
 #  include "mondrian.xpm"
 #endif
 
 #  include "mondrian.xpm"
 #endif
 
index 47acc20ab4fc1d0c711ded571a78032d2c501c03..aef4d493d19a7ae73cf9da1b89b9e41e6cc90f80 100644 (file)
@@ -41,7 +41,7 @@
 // --------------------------------------------------------------------------
 
 // the application icon
 // --------------------------------------------------------------------------
 
 // the application icon
-#if defined(__WXGTK__) || defined(__WXMOTIF__)
+#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
 #  include "mondrian.xpm"
 #endif
 
 #  include "mondrian.xpm"
 #endif