X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af9b20332c75df38d08f6a60013c83986949ac4e..e5805c0fde8bfabee79b155fbea761398efa4fc0:/include/wx/msw/chkconf.h diff --git a/include/wx/msw/chkconf.h b/include/wx/msw/chkconf.h index 51aede9543..eabc05bdf6 100644 --- a/include/wx/msw/chkconf.h +++ b/include/wx/msw/chkconf.h @@ -239,15 +239,6 @@ Compiler-specific checks. */ -// Only MSVC 7+ has gdiplus.h, add exceptions for other compilers here if they -// can support it too (but notice that Borland currently dies in -// src/msw/gdiplus.cpp with "macro expansion too long" error even if the header -// is available) -#if !wxCHECK_VISUALC_VERSION(7) - #undef wxUSE_GRAPHICS_CONTEXT - #define wxUSE_GRAPHICS_CONTEXT 0 -#endif - // Borland #ifdef __BORLANDC__