]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
Revert Cygwin changes
[wxWidgets.git] / include / wx / msw / setup0.h
index 3a37146aa05a1fbd7016c659f6861c0608112eef..cadd211ead1baf6084b4dcbf8c17987ed327ba92 100644 (file)
 // Use standard C++ streams if 1. If 0, use wxWin streams implementation only.
 #define wxUSE_STD_IOSTREAM  0
 
-// Enable converion to  standard C++ string if 1.
+// Enable conversion to  standard C++ string if 1.
 #define wxUSE_STD_STRING  0
 
 // ----------------------------------------------------------------------------
 #define wxODBC_FWD_ONLY_CURSORS         1
 
 // Default is 0.  Set to 1 to use the deprecated classes, enum types, function,
-// member variables.  With a setting of 1, full backward compatability with the
+// member variables.  With a setting of 1, full backward compatibility with the
 // 2.0.x release is possible. It is STRONGLY recommended that this be set to 0,
 // as future development will be done only on the non-deprecated
 // functions/classes/member variables/etc.