Got rid of VisualAge true/false defs with db class fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster 2001-06-12 13:42:44 +00:00
parent b9e5acef4d
commit f8ed401c91
3 changed files with 6 additions and 5 deletions

View File

@ -315,11 +315,6 @@
#define FALSE 0
#endif
#ifdef __VISAGECPP__
#define true TRUE
#define false FALSE
#endif
// Add more tests here for Windows compilers that already define bool
// (under Unix, configure tests for this)
#ifndef HAVE_BOOL

View File

@ -330,5 +330,8 @@
#define wxUSE_SNGLINST_CHECKER 1
#define wxUSE_GEOMETRY 1
// needed for wxCanvas
#endif
// _WX_SETUP_H_

View File

@ -329,5 +329,8 @@
#define wxUSE_SNGLINST_CHECKER 1
#define wxUSE_GEOMETRY 1
// needed for wxCanvas
#endif
// _WX_SETUP_H_