mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 01:57:23 +00:00
include: Add RtlRestoreContext declaration.
This commit is contained in:
parent
681d34d784
commit
3c19b29ce6
1 changed files with 1 additions and 0 deletions
|
@ -2060,6 +2060,7 @@ typedef void (CALLBACK *PTERMINATION_HANDLER)(BOOLEAN,DWORD64);
|
|||
#endif /* __aarch64__ */
|
||||
|
||||
NTSYSAPI void NTAPI RtlRaiseException(struct _EXCEPTION_RECORD*);
|
||||
NTSYSAPI void CDECL RtlRestoreContext(CONTEXT*,struct _EXCEPTION_RECORD*);
|
||||
NTSYSAPI void NTAPI RtlUnwind(void*,void*,struct _EXCEPTION_RECORD*,void*);
|
||||
|
||||
#if defined(__x86_64__) || defined(__arm__) || defined(__aarch64__)
|
||||
|
|
Loading…
Reference in a new issue