Disable wxUSE_STD_CONTAINERS by default for MSVC6.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Apr 2011 23:31:27 +0000 (23:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Apr 2011 23:31:27 +0000 (23:31 +0000)
commit640a1b84741ec3993707c36426cd50a79b5639ae
tree11d69362938ea34394fdf018467dd37a60004ffb
parentba9eca1aef9bf3db0c6549accac56a75dfbf78cd
Disable wxUSE_STD_CONTAINERS by default for MSVC6.

This compiler can't compile its own standard headers with the default options
as it overflows an internal heap. Disable the use of standard containers by
default for it to avoid this problem and indicate that /Zm option must be used
to avoid this.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/motif/setup0.h
include/wx/msw/setup0.h
include/wx/msw/wince/setup.h
include/wx/os2/setup0.h
include/wx/osx/setup0.h
include/wx/palmos/setup0.h
include/wx/setup_inc.h
include/wx/univ/setup0.h
setup.h.in