Fixed clang-tidy errors

This commit is contained in:
thejanit0r
2026-01-04 14:47:08 +01:00
parent 497a4e98cb
commit f524a8cc38

View File

@@ -28,6 +28,7 @@ using NTSTATUS = std::uint32_t;
#define STATUS_OBJECT_NAME_EXISTS ((NTSTATUS)0x40000000L)
#define STATUS_DATATYPE_MISALIGNMENT ((NTSTATUS)0x80000002L)
#define STATUS_NO_MORE_FILES ((NTSTATUS)0x80000006L)
#define STATUS_NO_MORE_ENTRIES ((NTSTATUS)0x8000001AL)