msvcrt/tests: Load the correct function on ARM.

This commit is contained in:
André Hentschel 2013-09-16 20:51:52 +02:00 committed by Alexandre Julliard
parent 22cd7a10cf
commit 0e867236dc
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ static BOOL InitFunctionPtrs(void)
SET(ptype_info_dtor, "??1type_info@@UAA@XZ");
SET(ptype_info_raw_name, "?raw_name@type_info@@QBAPBDXZ");
SET(ptype_info_name, "?name@type_info@@QBEPBDXZ");
SET(ptype_info_before, "?before@type_info@@QBEHABV1@@Z");
SET(ptype_info_before, "?before@type_info@@QBA_NABV1@@Z");
SET(ptype_info_opequals_equals, "??8type_info@@QBA_NABV0@@Z");
SET(ptype_info_opnot_equals, "??9type_info@@QBA_NABV0@@Z");
#else