From 379b9ba2cf5dac817b0ff950af51c23a1f42d984 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Thu, 13 Apr 2000 15:48:37 +0000 Subject: [PATCH] Changed the default of wxODBC_BACKWARD_COMPATABILITY to be 0, as it should have been git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 2 +- setup.h_vms | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.h.in b/setup.h.in index 654d4afcfe..f442b04c99 100644 --- a/setup.h.in +++ b/setup.h.in @@ -141,7 +141,7 @@ */ #define wxUSE_ODBC 0 #define wxODBC_FWD_ONLY_CURSORS 1 -#define wxODBC_BACKWARD_COMPATABILITY 1 +#define wxODBC_BACKWARD_COMPATABILITY 0 /* * Use Threads */ diff --git a/setup.h_vms b/setup.h_vms index 475c36a322..a760643f53 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -138,7 +138,7 @@ */ #define wxUSE_ODBC 0 #define wxODBC_FWD_ONLY_CURSORS 1 -#define wxODBC_BACKWARD_COMPATABILITY 1 +#define wxODBC_BACKWARD_COMPATABILITY 0 /* * Use Threads */