X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb445ba73277eaed18c2fbb6c4714279bdff8bdb..3b8b8024a01220cc4c72b69ac16c6e606f260b74:/include/wx/setup_inc.h diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index f83f0ceaf3..7cd3ef5538 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -1196,14 +1196,15 @@ #define REMOVE_UNUSED_ARG 1 // VC++ 4.2 and above allows and but you can't mix -// them. Set to 1 for , 0 for . Note that VC++ 7.1 -// and later doesn't support wxUSE_IOSTREAMH == 1 and so will be -// used anyhow. +// them. Set this option to 1 to use , 0 to use . // -// Default is 1. +// Note that newer compilers (including VC++ 7.1 and later) don't support +// wxUSE_IOSTREAMH == 1 and so will be used anyhow. +// +// Default is 0. // -// Recommended setting: whatever your compiler likes more -#define wxUSE_IOSTREAMH 1 +// Recommended setting: 0, only set to 1 if you use a really old compiler +#define wxUSE_IOSTREAMH 0 // ---------------------------------------------------------------------------- // image format support