mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 01:52:06 +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
|
@ -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