msvcp100/tests: Fix dynamically loaded functions for platform arm.

oldstable
Stefan Leichter 2013-07-01 22:31:31 +02:00 committed by Alexandre Julliard
parent 4142fc9b52
commit 4c3e01143d
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ static BOOL init(void)
}else {
#ifdef __arm__
SET(p__Container_base12_copy_ctor, "??0_Container_base12@std@@QAA@ABU01@@Z");
SET(p__Container_base12_ctor, "??0_Container_base12@std@@QAE@XZ");
SET(p__Container_base12_ctor, "??0_Container_base12@std@@QAA@XZ");
SET(p__Container_base12__Orphan_all, "?_Orphan_all@_Container_base12@std@@QAAXXZ");
SET(p__Container_base12_dtor, "??1_Container_base12@std@@QAA@XZ");
SET(p__Container_base12__Getpfirst, "?_Getpfirst@_Container_base12@std@@QBAPAPAU_Iterator_base12@2@XZ");