From d33b133cd626e11c5467dcca58faafb0b1f9666b Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 5 Jun 2003 15:50:28 +0000 Subject: [PATCH] Correction for accidental changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/setup0.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index c25c618881..dfda5f99bd 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -885,7 +885,7 @@ // ---------------------------------------------------------------------------- // Define 1 to use ODBC classes -#define wxUSE_ODBC 1 +#define wxUSE_ODBC 0 // For backward compatibility reasons, this parameter now only controls the // default scrolling method used by cursors. This default behavior can be @@ -921,7 +921,7 @@ // Default is 1. // // Recommended setting: whatever your compiler likes more -#define wxUSE_IOSTREAMH 0 +#define wxUSE_IOSTREAMH 1 // ---------------------------------------------------------------------------- // image format support