mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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
|
// Common include files - should be in the include dir of the MS supplied IFS Kit
|
||||||
#ifndef _CONSOLE
|
#ifndef _CONSOLE
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#pragma pack(push, 8)
|
|
||||||
#include "ntifs.h"
|
#include "ntifs.h"
|
||||||
#include "ntifs_ex.h"
|
#include "ntifs_ex.h"
|
||||||
#pragma pack(pop)
|
|
||||||
}
|
}
|
||||||
#endif //_CONSOLE
|
#endif //_CONSOLE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue