]> git.saurik.com Git - wxWidgets.git/commitdiff
applied ANI images patch and added wxUSE_ICO_CUR
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 13 Jan 2002 14:22:02 +0000 (14:22 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 13 Jan 2002 14:22:02 +0000 (14:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in

index 57922f4d85a982717673ed6e8649cacf16ba3c27..dff15d01346c238184cbe07710a914f128e2b9e4 100644 (file)
  */
 #define wxUSE_XPM 0
 
+/*
+ * MS Icons and Cursors format support
+ */
+#define wxUSE_ICO_CUR 0
+
 /*
  * Disable this if your compiler can't cope
  * with omission of prototype parameters.