Skip to content
Snippets Groups Projects
Commit d4be9197 authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard
Browse files

Added missing prototypes to avoid compile warnings on Solaris.

parent 45d4f295
No related merge requests found
......@@ -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
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment