Add padding

This commit is contained in:
momo5502
2025-04-17 18:54:46 +02:00
parent 1959f94c39
commit cd348e0095
2 changed files with 2 additions and 0 deletions

View File

@@ -883,6 +883,7 @@ typedef struct _KERNEL_USER_TIMES
struct THREAD_TLS_INFO
{
ULONG Flags;
uint32_t _Padding;
union
{

View File

@@ -8,6 +8,7 @@ struct UNICODE_STRING
{
USHORT Length;
USHORT MaximumLength;
uint32_t _Padding;
EMULATOR_CAST(typename Traits::PVOID, char16_t*) Buffer;
};