mirror of
https://github.com/reactos/reactos.git
synced 2025-08-13 01:25:52 +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];
|
||||
|
||||
|
|
|
@ -150,7 +150,7 @@ typedef struct __cxx_exception_type
|
|||
const cxx_type_info_table *type_info_table; /* list of types for this exception object */
|
||||
} cxx_exception_type;
|
||||
|
||||
void CDECL _CxxThrowException(exception*,const cxx_exception_type*);
|
||||
void WINAPI _CxxThrowException(exception*,const cxx_exception_type*);
|
||||
int CDECL _XcptFilter(NTSTATUS, PEXCEPTION_POINTERS);
|
||||
int CDECL __CppXcptFilter(NTSTATUS, PEXCEPTION_POINTERS);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue