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
This commit is contained in:
Julian Smart
2003-06-05 15:50:28 +00:00
parent b022709ac5
commit d33b133cd6

View File

@@ -885,7 +885,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// Define 1 to use ODBC classes // Define 1 to use ODBC classes
#define wxUSE_ODBC 1 #define wxUSE_ODBC 0
// For backward compatibility reasons, this parameter now only controls the // For backward compatibility reasons, this parameter now only controls the
// default scrolling method used by cursors. This default behavior can be // default scrolling method used by cursors. This default behavior can be
@@ -921,7 +921,7 @@
// Default is 1. // Default is 1.
// //
// Recommended setting: whatever your compiler likes more // Recommended setting: whatever your compiler likes more
#define wxUSE_IOSTREAMH 0 #define wxUSE_IOSTREAMH 1
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// image format support // image format support