André Hentschel : msvcrt/tests: Load the correct function on ARM.
Module: wine Branch: master Commit: 0e867236dc1208aa083e6aec6b5df9877fcd434f URL: http://source.winehq.org/git/wine.git/?a=commit;h=0e867236dc1208aa083e6aec6b... Author: André Hentschel <nerv(a)dawncrow.de> Date: Mon Sep 16 20:51:52 2013 +0200 msvcrt/tests: Load the correct function on ARM. --- dlls/msvcrt/tests/cpp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/msvcrt/tests/cpp.c b/dlls/msvcrt/tests/cpp.c index fa6d4dd..92301ff 100644 --- a/dlls/msvcrt/tests/cpp.c +++ b/dlls/msvcrt/tests/cpp.c @@ -283,7 +283,7 @@ static BOOL InitFunctionPtrs(void) SET(ptype_info_dtor, "??1type_info@@UAA(a)XZ"); SET(ptype_info_raw_name, "?raw_name(a)type_info@@QBAPBDXZ"); SET(ptype_info_name, "?name(a)type_info@@QBEPBDXZ"); - SET(ptype_info_before, "?before(a)type_info@@QBEHABV1@@Z"); + SET(ptype_info_before, "?before(a)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
participants (1)
-
Alexandre Julliard