You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ProcessHandlesService/NtDll.h
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,10 @@ class NtDll final : boost::noncopyable {
59
59
}
60
60
61
61
autoQuerySystemHandleInformation() const {
62
-
const NTSTATUS STATUS_INFO_LENGTH_MISMATCH = 0xC0000004L; // Copied from ntstatus.h because "um/winnt.h" conflicts with general inclusion of "ntstatus.h"
constexpr NTSTATUS STATUS_INFO_LENGTH_MISMATCH = 0xC0000004L; // Copied from ntstatus.h because "um/winnt.h" conflicts with general inclusion of "ntstatus.h"
0 commit comments