]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/drawing/drawing.cpp
reverted Julians changes to the pragmas
[wxWidgets.git] / samples / drawing / drawing.cpp
index 61fed0ce1ed109db00643533bc707bcb77be1642..0e8f8ee757c7c37b91730e9d8c2daf72a637b5c7 100644 (file)
@@ -43,7 +43,7 @@
 // ----------------------------------------------------------------------------
 
 // the application icon
-#if defined(__WXGTK__) || defined(__WXMOTIF__)
+#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
     #include "mondrian.xpm"
 #endif