fix errant __BORLAND__ see http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/70616/match=common+intl+cpp+problems+bcc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
// headers
|
// headers
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
#if defined(__BORLAND__) && !defined(__WXDEBUG__)
|
#if defined(__BORLANDC__) && !defined(__WXDEBUG__)
|
||||||
// There's a bug in Borland's compiler that breaks wxLocale with -O2,
|
// There's a bug in Borland's compiler that breaks wxLocale with -O2,
|
||||||
// so make sure that flag is not used for this file:
|
// so make sure that flag is not used for this file:
|
||||||
#pragma option -O1
|
#pragma option -O1
|
||||||
|
Reference in New Issue
Block a user