[NDK] Expose RtlUnhandledExceptionFilter2() (#8353)

This commit is contained in:
Hermès Bélusca-Maïto
2025-09-21 15:18:15 +02:00
parent db69a9a7e1
commit fa7eca6cd9
+8
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