From: Gilles Depeyrot Date: Sun, 13 Jan 2002 14:22:02 +0000 (+0000) Subject: applied ANI images patch and added wxUSE_ICO_CUR X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/36e80997f5ddb5843c091a4684552f4bc63924c4 applied ANI images patch and added wxUSE_ICO_CUR git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h.in b/setup.h.in index 57922f4d85..dff15d0134 100644 --- a/setup.h.in +++ b/setup.h.in @@ -828,6 +828,11 @@ */ #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.