mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 19:43:31 +08:00
[UDFS] Remove packing around include of ntifs.h
This is not just wrong, it is criminal.
This commit is contained in:
parent
d05dcf6a02
commit
109b84826e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user