Fix build with Borland C++ compiler.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Nov 2010 13:16:20 +0000 (13:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Nov 2010 13:16:20 +0000 (13:16 +0000)
commit258593354e0a19bb74e23d7978fdc01da1942b2a
treefba510be79b5f9b48cc6cd365e9fbdfe5dd62333
parent0ce0f1e9eb40774b86bf50dd05230857d87372b0
Fix build with Borland C++ compiler.

Disable some parts of the code that this compiler had problems with. Add
parentheses to work around its bugs elsewhere.

Closes #12558.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
include/wx/brush.h
include/wx/chartype.h
include/wx/cpp.h
include/wx/defs.h
include/wx/font.h
include/wx/meta/implicitconversion.h
include/wx/pen.h
include/wx/platform.h
include/wx/propgrid/propgridiface.h
include/wx/rawbmp.h
include/wx/vector.h
src/common/translation.cpp
src/common/xlocale.cpp