mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00: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
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue