]> git.saurik.com Git - wxWidgets.git/commitdiff
fix errant __BORLAND__ see http://article.gmane.org/gmane.comp.lib.wxwidgets.devel...
authorChris Elliott <biol75@york.ac.uk>
Tue, 2 Jan 2007 20:50:07 +0000 (20:50 +0000)
committerChris Elliott <biol75@york.ac.uk>
Tue, 2 Jan 2007 20:50:07 +0000 (20:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/intl.cpp

index 4be838e417ce130bf5185be5a133aa03c9260c54..9a2dc0053608b52307b3002ac07ae10cca26ffe2 100644 (file)
@@ -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