mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[UDFS] Remove packing around include of ntifs.h
This is not just wrong, it is criminal.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user