X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff1bd293e1f57ceea2888fef99b6fb8c5e7f99e0..0d3997fd6d10c1fa80611eaff1c64b6b51cacb74:/src/common/intl.cpp diff --git a/src/common/intl.cpp b/src/common/intl.cpp index 4be838e417..9a2dc00536 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -18,7 +18,7 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__BORLAND__) && !defined(__WXDEBUG__) +#if defined(__BORLANDC__) && !defined(__WXDEBUG__) // There's a bug in Borland's compiler that breaks wxLocale with -O2, // so make sure that flag is not used for this file: #pragma option -O1