From: John Maddock (jm_at_[hidden])
Date: 2003-04-29 06:15:12


> No, the compiler is not at fault, it still defines _MT properly in /Za
mode.
> The problem is that visualc.hpp defines BOOST_DISABLE_WIN32 when it sees
> /Za, and then suffix.hpp defines BOOST_DISABLE_THREADS when it sees
> BOOST_DISABLE_WIN32. The end result seems incorrect. I don't know why this
> is done or how it should be fixed.

Last time I checked you can't compile windows.h when in ANSI mode - let me
know what behaviour is correct and I'll try and patch the config....

John.