remove static assert

This commit is contained in:
HookedBehemoth 2020-06-05 11:57:05 +02:00
parent 1943ce60cd
commit 9e7e7b0d6d

View File

@ -31,8 +31,6 @@ typedef struct {
} FilesystemAccessControl;
#pragma pack(pop)
_Static_assert(sizeof(FilesystemAccessControl) == 0x2c, "size");
#pragma pack(push, 1)
typedef struct {
u32 Version;