diff --git a/src/common/platform/status.hpp b/src/common/platform/status.hpp index 23b55e7a..3ad07a04 100644 --- a/src/common/platform/status.hpp +++ b/src/common/platform/status.hpp @@ -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)