[UDFS] Remove packing around include of ntifs.h

This is not just wrong, it is criminal.
This commit is contained in:
Timo Kreuzer 2024-03-12 18:52:36 +02:00
parent d05dcf6a02
commit 109b84826e
1 changed files with 0 additions and 2 deletions

View File

@ -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