Needed a comment after last #endif and defined true TRUE and false FALSE for Visual Age.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -166,4 +166,4 @@ private:
|
|||||||
#endif // #if wxUSE_NEW_GRID
|
#endif // #if wxUSE_NEW_GRID
|
||||||
#endif // #if wxUSE_ODBC
|
#endif // #if wxUSE_ODBC
|
||||||
|
|
||||||
#endif _WX_GENERIC_DBGRID_H_
|
#endif // _WX_GENERIC_DBGRID_H_
|
||||||
|
@@ -315,6 +315,11 @@
|
|||||||
#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
|
||||||
|
Reference in New Issue
Block a user