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