]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sockets/server.cpp
use Windows standard icons instead of our own (patch 443856)
[wxWidgets.git] / samples / sockets / server.cpp
index 47acc20ab4fc1d0c711ded571a78032d2c501c03..aef4d493d19a7ae73cf9da1b89b9e41e6cc90f80 100644 (file)
@@ -41,7 +41,7 @@
 // --------------------------------------------------------------------------
 
 // the application icon
-#if defined(__WXGTK__) || defined(__WXMOTIF__)
+#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
 #  include "mondrian.xpm"
 #endif