On Fri, 10 Sep 2004 10:06:03 -0500, Oren Miller <or...@qu...> wrote:
> Ok, I've fixed this. The #if statement now reads:
>
> #if (!defined(_MSC_VER) || (_MSC_VER >= 1300)) && !defined(HAVE_STLPORT)
>
> Note that windows users will now need to add '#define HAVE_STLPORT 1'
> to their config_windows.h if they want to use stlport
You can detect the combination of STLport and MSVC automatically by
checking if the _STLP_MSVC macro is defined.
--
Caleb Epstein
cal...@gm...
|