define true/false if the compiler doesn't have them

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-01-07 22:29:59 +00:00
parent 038305d008
commit 90b1d65f2f
2 changed files with 19 additions and 27 deletions

View File

@@ -19,6 +19,7 @@ All:
- Implemented alignment for wxGrid bool editor and renderer
- Support wxListCtrl columns alignment for all platforms and not just MSW
- Added wxDateSpan::operator==() and !=() (Lukasz Michalski)
- use true/false throughout the library instead of TRUE/FALSE
Unix: