Skip to content

Commit 6352e52

Browse files
committed
Remove duplicate defines
1 parent 4590acc commit 6352e52

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

phnt/include/ntrtl.h

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3062,7 +3062,7 @@ RtlRemoteCall(
30623062
_In_ BOOLEAN AlreadySuspended
30633063
);
30643064

3065-
// Vectored exception handlers
3065+
// Vectored Exception Handlers
30663066

30673067
NTSYSAPI
30683068
PVOID
@@ -4928,38 +4928,6 @@ RtlReportSilentProcessExit(
49284928
);
49294929
#endif
49304930

4931-
// Vectored Exception Handlers
4932-
4933-
NTSYSAPI
4934-
PVOID
4935-
NTAPI
4936-
RtlAddVectoredExceptionHandler(
4937-
_In_ ULONG First,
4938-
_In_ PVECTORED_EXCEPTION_HANDLER Handler
4939-
);
4940-
4941-
NTSYSAPI
4942-
ULONG
4943-
NTAPI
4944-
RtlRemoveVectoredExceptionHandler(
4945-
_In_ PVOID Handle
4946-
);
4947-
4948-
NTSYSAPI
4949-
PVOID
4950-
NTAPI
4951-
RtlAddVectoredContinueHandler(
4952-
_In_ ULONG First,
4953-
_In_ PVECTORED_EXCEPTION_HANDLER Handler
4954-
);
4955-
4956-
NTSYSAPI
4957-
ULONG
4958-
NTAPI
4959-
RtlRemoveVectoredContinueHandler(
4960-
_In_ PVOID Handle
4961-
);
4962-
49634931
// Random
49644932

49654933
NTSYSAPI

0 commit comments

Comments
 (0)