diff --git a/wx/setup.h b/wx/setup.h index 35cbb53..c715e7f 100644 --- a/wx/setup.h +++ b/wx/setup.h @@ -592,7 +592,11 @@ #endif #define wxUSE_DC_CACHEING 0 +#if defined(AURORA_PLATFORM_WIN32) +#define wxUSE_WXDIB 1 +#else #define wxUSE_WXDIB 0 +#endif #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 0 #define wxUSE_RICHEDIT 1 #define wxUSE_RICHEDIT2 1