msvcp90: Update exception RTTI data to reflect it's part of std namespace.

Signed-off-by: Daniel Lehman <dlehman@esri.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Daniel Lehman 2017-04-12 10:08:00 -07:00 committed by Alexandre Julliard
parent fd7f3b3405
commit 307e5e8f6a

View file

@ -206,7 +206,7 @@ const char* __thiscall MSVCP_exception_what(exception * this)
return this->name ? this->name : "Unknown exception";
}
#ifdef _MSVCIRT
#if _MSVCP_VER >= 80
DEFINE_RTTI_DATA0(exception, 0, ".?AVexception@std@@")
#else
DEFINE_RTTI_DATA0(exception, 0, ".?AVexception@@")
@ -409,7 +409,7 @@ const char* __thiscall MSVCP_logic_error_what(logic_error *this)
#endif
}
#ifdef _MSVCIRT
#if _MSVCP_VER >= 80
DEFINE_RTTI_DATA1(logic_error, 0, &exception_rtti_base_descriptor, ".?AVlogic_error@std@@")
#else
DEFINE_RTTI_DATA1(logic_error, 0, &exception_rtti_base_descriptor, ".?AVlogic_error@@")