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:
@@ -315,11 +315,6 @@
|
|||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __VISAGECPP__
|
|
||||||
#define true TRUE
|
|
||||||
#define false FALSE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Add more tests here for Windows compilers that already define bool
|
// Add more tests here for Windows compilers that already define bool
|
||||||
// (under Unix, configure tests for this)
|
// (under Unix, configure tests for this)
|
||||||
#ifndef HAVE_BOOL
|
#ifndef HAVE_BOOL
|
||||||
|
@@ -330,5 +330,8 @@
|
|||||||
|
|
||||||
#define wxUSE_SNGLINST_CHECKER 1
|
#define wxUSE_SNGLINST_CHECKER 1
|
||||||
|
|
||||||
|
#define wxUSE_GEOMETRY 1
|
||||||
|
// needed for wxCanvas
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// _WX_SETUP_H_
|
// _WX_SETUP_H_
|
||||||
|
@@ -329,5 +329,8 @@
|
|||||||
|
|
||||||
#define wxUSE_SNGLINST_CHECKER 1
|
#define wxUSE_SNGLINST_CHECKER 1
|
||||||
|
|
||||||
|
#define wxUSE_GEOMETRY 1
|
||||||
|
// needed for wxCanvas
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
// _WX_SETUP_H_
|
// _WX_SETUP_H_
|
||||||
|
Reference in New Issue
Block a user