_CxxThrowException is stdcall, not cdecl.
Someone please forward this to wine

svn path=/branches/cmake-bringup/; revision=50693
This commit is contained in:
Timo Kreuzer 2011-02-14 14:28:07 +00:00
parent 0ea1c67bac
commit e274013c30
5 changed files with 5 additions and 5 deletions

View file

@ -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);