Added missing prototypes to avoid compile warnings on Solaris.
This commit is contained in:
parent
45d4f295d5
commit
d4be9197f1
@ -37,6 +37,12 @@ typedef struct
|
||||
# error You must define GET_IP for this CPU
|
||||
#endif
|
||||
|
||||
void WINAPI EXC_RtlRaiseException( PEXCEPTION_RECORD, PCONTEXT );
|
||||
void WINAPI EXC_RtlUnwind( PEXCEPTION_FRAME, LPVOID,
|
||||
PEXCEPTION_RECORD, DWORD, PCONTEXT );
|
||||
void WINAPI EXC_NtRaiseException( PEXCEPTION_RECORD, PCONTEXT,
|
||||
BOOL, PCONTEXT );
|
||||
|
||||
/*******************************************************************
|
||||
* EXC_RaiseHandler
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user