X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eddb32504316bfc92624a2a9b7cc62fd4543face..5c9f6bf455c4a27161fce95688eeffe4e958e696:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index 80690215fc..7d172e745a 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -164,7 +164,7 @@ #if defined(_MSC_VER) && (_MSC_VER >= 1310) # undef wxUSE_IOSTREAMH # define wxUSE_IOSTREAMH 0 -#elif defined(__DMC__) +#elif defined(__DMC__) || defined(__WATCOMC__) # undef wxUSE_IOSTREAMH # define wxUSE_IOSTREAMH 1 #endif /* compilers not supporting iostream.h */