Commit 4c3e0114 authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

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

parent 4142fc9b
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment