msvcrt/tests: Load the correct function on ARM

André Hentschel nerv at dawncrow.de
Mon Sep 16 13:51:52 CDT 2013


---
 dlls/msvcrt/tests/cpp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 at XZ");
         SET(ptype_info_raw_name, "?raw_name at type_info@@QBAPBDXZ");
         SET(ptype_info_name, "?name at type_info@@QBEPBDXZ");
-        SET(ptype_info_before, "?before at type_info@@QBEHABV1@@Z");
+        SET(ptype_info_before, "?before at 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
-- 
1.8.1.2



More information about the wine-patches mailing list