Committing in .
Update OpenVMS compile support Modified Files: wxWindows/setup.h_vms wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/generic/notebook.cpp wxWindows/src/gtk/notebook.cpp wxWindows/src/univ/descrip.mms wxWindows/src/univ/notebook.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
16
setup.h_vms
16
setup.h_vms
@@ -210,6 +210,7 @@
|
||||
* Use iODBC
|
||||
*/
|
||||
#define wxUSE_ODBC 1
|
||||
#define wxUSE_BUILTIN_IODBC 0
|
||||
#define wxODBC_FWD_ONLY_CURSORS 1
|
||||
#define wxODBC_BACKWARD_COMPATABILITY 0
|
||||
/*
|
||||
@@ -532,17 +533,6 @@
|
||||
*/
|
||||
#define wxUSE_TOOLBAR_NATIVE 1
|
||||
|
||||
/*
|
||||
* Use generic wxToolBar instead of/together with the native one?
|
||||
*/
|
||||
#define wxUSE_TOOLBAR_SIMPLE 1
|
||||
|
||||
#if defined(__WXWINE__) || defined(__GNUWIN32__) || defined(__WXPM__)
|
||||
#if wxUSE_TOOLBAR
|
||||
#define wxUSE_BUTTONBAR 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Use wxTreeLayout class
|
||||
*/
|
||||
@@ -820,10 +810,6 @@
|
||||
*/
|
||||
#define wxUSE_APPLE_IEEE 0
|
||||
|
||||
/*
|
||||
* Compatibility with 2.0 API.
|
||||
*/
|
||||
#define WXWIN_COMPATIBILITY_2 1
|
||||
/*
|
||||
* Compatibility with 2.2 API
|
||||
*/
|
||||
|
Reference in New Issue
Block a user