X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a0a302dcba6d7f6828f221f7341ee8a8cbcd8e96..3eb78d7ebb6f0dcf9222c379189068266d93c463:/include/wx/msw/setup.h diff --git a/include/wx/msw/setup.h b/include/wx/msw/setup.h index e780f78018..0aa31b8cc1 100644 --- a/include/wx/msw/setup.h +++ b/include/wx/msw/setup.h @@ -133,10 +133,15 @@ #define wxUSE_ODBC 1 // Define 1 to use ODBC classes +#ifndef __MWERKS__ #define wxUSE_IOSTREAMH 1 +#else +#define wxUSE_IOSTREAMH 0 +#endif // VC++ 4.2 and above allows and // but you can't mix them. Set to 1 for , // 0 for + #define wxUSE_WXCONFIG 1 // if enabled, compiles built-in OS independent wxConfig