why was using std::string and streams disabled by default for mingw32 and cygwin? enabled it back

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-10-22 12:50:43 +00:00
parent d956f3e7e7
commit ac70b90bb4
2 changed files with 0 additions and 2 deletions

1
configure vendored
View File

@@ -2070,7 +2070,6 @@ _ACEOF
SO_SUFFIX=dll
PROGRAM_EXT=".exe"
DEFAULT_DEFAULT_wxUSE_MSW=1
DEFAULT_STD_FLAG=no
;;
*-pc-msdosdjgpp )

View File

@@ -264,7 +264,6 @@ case "${host}" in
SO_SUFFIX=dll
PROGRAM_EXT=".exe"
DEFAULT_DEFAULT_wxUSE_MSW=1
DEFAULT_STD_FLAG=no
;;
*-pc-msdosdjgpp )