Skip to content

Commit 92f680d

Browse files
committed
[NDK] Fix the RTLP_UNHANDLED_EXCEPTION_FILTER type (reactos#8353)
Confirmed with the System Informer phnt headers.
1 parent f0a29c9 commit 92f680d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/include/ndk/rtltypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ extern const PRTL_REALLOCATE_STRING_ROUTINE RtlReallocateStringRoutine;
540540
// Unhandled Exception Filter
541541
//
542542
typedef ULONG
543-
(NTAPI *RTLP_UNHANDLED_EXCEPTION_FILTER)(
543+
(NTAPI RTLP_UNHANDLED_EXCEPTION_FILTER)(
544544
_In_ struct _EXCEPTION_POINTERS *ExceptionInfo
545545
);
546546
typedef RTLP_UNHANDLED_EXCEPTION_FILTER *PRTLP_UNHANDLED_EXCEPTION_FILTER;

0 commit comments

Comments
 (0)