mirror of
https://github.com/reactos/reactos
synced 2025-10-05 16:02:58 +02:00
[NDK] Expose RtlUnhandledExceptionFilter2() (#8353)
This commit is contained in:
@@ -679,6 +679,14 @@ RtlUnhandledExceptionFilter(
|
||||
_In_ PEXCEPTION_POINTERS ExceptionInfo
|
||||
);
|
||||
|
||||
NTSYSAPI
|
||||
LONG
|
||||
NTAPI
|
||||
RtlUnhandledExceptionFilter2(
|
||||
_In_ PEXCEPTION_POINTERS ExceptionInfo,
|
||||
_In_ PCSTR Function
|
||||
);
|
||||
|
||||
__analysis_noreturn
|
||||
NTSYSAPI
|
||||
VOID
|
||||
|
Reference in New Issue
Block a user