mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 12:33:38 +00:00
[MSVCRT]
_CxxThrowException is stdcall, not cdecl. Someone please forward this to wine svn path=/branches/cmake-bringup/; revision=50693
This commit is contained in:
parent
0ea1c67bac
commit
e274013c30
5 changed files with 5 additions and 5 deletions
|
@ -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