[PATCH] msvcp90: Update exception RTTI data to reflect it's part of std namespace

Piotr Caban piotr.caban at gmail.com
Thu Apr 13 05:15:27 CDT 2017


Hi,

On 04/12/17 23:32, Daniel Lehman wrote:
> -#ifdef _MSVCIRT
> +#if defined(_MSVCIRT) || (_MSVCP_VER >= 80)
I think that this condition should be following:
#if _MSVCP_VER >= 80
... AVexception at std
#else
... AVexception

Thanks,
Piotr




More information about the wine-devel mailing list