Always set wxUSE_GRAPHICS_CONTEXT to 1 by default

Don't bother with compiler and gcc version check, all compilers should
provide GDI+ headers/libraries by now.
This commit is contained in:
Vadim Zeitlin 2022-10-09 18:33:33 +02:00
parent 6bbfdb157e
commit 1e26cbfcaf
9 changed files with 14 additions and 145 deletions

View file

@ -346,13 +346,7 @@
#define wxUSE_WEBVIEW_WEBKIT2 0
#endif
#if defined(_MSC_VER) || \
(defined(__MINGW32__) && (__GNUC__ > 4 || __GNUC_MINOR__ >= 8))
#define wxUSE_GRAPHICS_CONTEXT 0
#else
#define wxUSE_GRAPHICS_CONTEXT 0
#endif
#define wxUSE_CAIRO 0