=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: msvcrt/tests: Load the correct function on ARM.

Alexandre Julliard julliard at winehq.org
Tue Sep 17 15:25:53 CDT 2013


Module: wine
Branch: master
Commit: 0e867236dc1208aa083e6aec6b5df9877fcd434f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0e867236dc1208aa083e6aec6b5df9877fcd434f

Author: André Hentschel <nerv at 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 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




More information about the wine-cvs mailing list