msvcm80: Add stub for ThrowNestedLoadModuleException function.
This commit is contained in:
parent
9bec22a2e2
commit
63ccb5826d
3 changed files with 10 additions and 4 deletions
|
@ -7,8 +7,8 @@
|
|||
@ cdecl -arch=win64 ?ThrowModuleLoadException@<CrtImplementationDetails>@@YAXPE$AAVString@System@@@Z(ptr) CrtImplementationDetails_ThrowModuleLoadException
|
||||
@ cdecl -arch=win32 ?ThrowModuleLoadException@<CrtImplementationDetails>@@YAXP$AAVString@System@@P$AAVException@3@@Z(ptr ptr) CrtImplementationDetails_ThrowModuleLoadException_inner
|
||||
@ cdecl -arch=win64 ?ThrowModuleLoadException@<CrtImplementationDetails>@@YAXPE$AAVString@System@@PE$AAVException@3@@Z(ptr ptr) CrtImplementationDetails_ThrowModuleLoadException_inner
|
||||
@ stub -arch=win32 ?ThrowNestedModuleLoadException@<CrtImplementationDetails>@@YAXP$AAVException@System@@0@Z
|
||||
@ stub -arch=win64 ?ThrowNestedModuleLoadException@<CrtImplementationDetails>@@YAXPE$AAVException@System@@0@Z
|
||||
@ cdecl -arch=win32 ?ThrowNestedModuleLoadException@<CrtImplementationDetails>@@YAXP$AAVException@System@@0@Z(ptr ptr) CrtImplementationDetails_ThrowNestedModuleLoadException
|
||||
@ cdecl -arch=win64 ?ThrowNestedModuleLoadException@<CrtImplementationDetails>@@YAXPE$AAVException@System@@0@Z(ptr ptr) CrtImplementationDetails_ThrowNestedModuleLoadException
|
||||
@ stub -arch=win32 ?_Addstd@ios_base@std@@SAXPAV12@@Z
|
||||
@ stub -arch=win64 ?_Addstd@ios_base@std@@SAXPEAV12@@Z
|
||||
@ stub ?_Atexit@@YAXP6AXXZ@Z
|
||||
|
|
|
@ -55,3 +55,9 @@ void __cdecl CrtImplementationDetails_ThrowModuleLoadException_inner(void* messa
|
|||
{
|
||||
FIXME("%p %p: stub\n", message, inner);
|
||||
}
|
||||
|
||||
/* void __cdecl <CrtImplementationDetails>::ThrowNestedModuleLoadException(System.Exception^, System.Exception^) */
|
||||
void __cdecl CrtImplementationDetails_ThrowNestedModuleLoadException(void* inner, void* nested)
|
||||
{
|
||||
FIXME("%p %p: stub\n", inner, nested);
|
||||
}
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
@ cdecl -arch=win64 ?ThrowModuleLoadException@<CrtImplementationDetails>@@YAXPE$AAVString@System@@@Z(ptr) CrtImplementationDetails_ThrowModuleLoadException
|
||||
@ cdecl -arch=win32 ?ThrowModuleLoadException@<CrtImplementationDetails>@@YAXP$AAVString@System@@P$AAVException@3@@Z(ptr ptr) CrtImplementationDetails_ThrowModuleLoadException_inner
|
||||
@ cdecl -arch=win64 ?ThrowModuleLoadException@<CrtImplementationDetails>@@YAXPE$AAVString@System@@PE$AAVException@3@@Z(ptr ptr) CrtImplementationDetails_ThrowModuleLoadException_inner
|
||||
@ stub -arch=win32 ?ThrowNestedModuleLoadException@<CrtImplementationDetails>@@YAXP$AAVException@System@@0@Z
|
||||
@ stub -arch=win64 ?ThrowNestedModuleLoadException@<CrtImplementationDetails>@@YAXPE$AAVException@System@@0@Z
|
||||
@ cdecl -arch=win32 ?ThrowNestedModuleLoadException@<CrtImplementationDetails>@@YAXP$AAVException@System@@0@Z(ptr ptr) CrtImplementationDetails_ThrowNestedModuleLoadException
|
||||
@ cdecl -arch=win64 ?ThrowNestedModuleLoadException@<CrtImplementationDetails>@@YAXPE$AAVException@System@@0@Z(ptr ptr) CrtImplementationDetails_ThrowNestedModuleLoadException
|
||||
@ stub -arch=win32 ?_Addstd@ios_base@std@@SAXPAV12@@Z
|
||||
@ stub -arch=win64 ?_Addstd@ios_base@std@@SAXPEAV12@@Z
|
||||
@ stub ?_Atexit@@YAXP6AXXZ@Z
|
||||
|
|
Loading…
Add table
Reference in a new issue