mirror of
https://github.com/reactos/reactos.git
synced 2025-07-03 19:41:33 +00:00
[CRT]
Merge r50693 from cmake banch: _CxxThrowException is stdcall, not cdecl. svn path=/trunk/; revision=51707
This commit is contained in:
parent
bfd63b8167
commit
1034d441f3
5 changed files with 5 additions and 5 deletions
|
@ -490,7 +490,7 @@ int CDECL __CppXcptFilter(NTSTATUS ex, PEXCEPTION_POINTERS ptr)
|
|||
/*********************************************************************
|
||||
* _CxxThrowException (MSVCRT.@)
|
||||
*/
|
||||
void CDECL _CxxThrowException( exception *object, const cxx_exception_type *type )
|
||||
void WINAPI _CxxThrowException( exception *object, const cxx_exception_type *type )
|
||||
{
|
||||
ULONG_PTR args[3];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue