Skip to content

Commit fa7eca6

Browse files
committed
[NDK] Expose RtlUnhandledExceptionFilter2() (reactos#8353)
1 parent db69a9a commit fa7eca6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sdk/include/ndk/rtlfuncs.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,14 @@ RtlUnhandledExceptionFilter(
679679
_In_ PEXCEPTION_POINTERS ExceptionInfo
680680
);
681681

682+
NTSYSAPI
683+
LONG
684+
NTAPI
685+
RtlUnhandledExceptionFilter2(
686+
_In_ PEXCEPTION_POINTERS ExceptionInfo,
687+
_In_ PCSTR Function
688+
);
689+
682690
__analysis_noreturn
683691
NTSYSAPI
684692
VOID

0 commit comments

Comments
 (0)