From 109b84826e8fbb905239083a4c1ab41bb467c885 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Tue, 12 Mar 2024 18:52:36 +0200 Subject: [PATCH] [UDFS] Remove packing around include of ntifs.h This is not just wrong, it is criminal. --- drivers/filesystems/udfs/udffs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/filesystems/udfs/udffs.h b/drivers/filesystems/udfs/udffs.h index fd310f25fb5..e51a2cfef51 100644 --- a/drivers/filesystems/udfs/udffs.h +++ b/drivers/filesystems/udfs/udffs.h @@ -107,10 +107,8 @@ // Common include files - should be in the include dir of the MS supplied IFS Kit #ifndef _CONSOLE extern "C" { -#pragma pack(push, 8) #include "ntifs.h" #include "ntifs_ex.h" -#pragma pack(pop) } #endif //_CONSOLE