[NDK] Expose RtlUnhandledExceptionFilter2() (#8353)

This commit is contained in:
Hermès Bélusca-Maïto
2025-08-27 23:04:29 +02:00
parent db69a9a7e1
commit fa7eca6cd9

View File

@@ -679,6 +679,14 @@ RtlUnhandledExceptionFilter(
_In_ PEXCEPTION_POINTERS ExceptionInfo
);
NTSYSAPI
LONG
NTAPI
RtlUnhandledExceptionFilter2(
_In_ PEXCEPTION_POINTERS ExceptionInfo,
_In_ PCSTR Function
);
__analysis_noreturn
NTSYSAPI
VOID