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:
parent
b9e5acef4d
commit
f8ed401c91
@ -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
|
||||
|
@ -330,5 +330,8 @@
|
||||
|
||||
#define wxUSE_SNGLINST_CHECKER 1
|
||||
|
||||
#define wxUSE_GEOMETRY 1
|
||||
// needed for wxCanvas
|
||||
|
||||
#endif
|
||||
// _WX_SETUP_H_
|
||||
|
@ -329,5 +329,8 @@
|
||||
|
||||
#define wxUSE_SNGLINST_CHECKER 1
|
||||
|
||||
#define wxUSE_GEOMETRY 1
|
||||
// needed for wxCanvas
|
||||
|
||||
#endif
|
||||
// _WX_SETUP_H_
|
||||
|
Loading…
Reference in New Issue
Block a user