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.