]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected wxICON for Mac OS (Classic and X)
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 27 Jun 2001 19:27:30 +0000 (19:27 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 27 Jun 2001 19:27:30 +0000 (19:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gdicmn.h

index d1443c05f53cb7cfcda11ef1fc9cabbd6d98ae63..063bce9b80294e90fdc4f84fd9790dbf9b8e8780 100644 (file)
@@ -158,6 +158,9 @@ enum wxStockCursor
 #elif defined(__WXGTK__)
     // Initialize from an included XPM
     #define wxICON(X) wxIcon( (const char**) X##_xpm )
+#elif defined(__WXMAC__)
+    // Initialize from an included XPM
+    #define wxICON(X) wxIcon( (const char**) X##_xpm )
 #elif defined(__WXMOTIF__)
     // Initialize from an included XPM
     #define wxICON(X) wxIcon( X##_xpm )