Add missing resource flags for NE.

This commit is contained in:
2018-03-04 07:00:02 +00:00
parent 4be0e9884c
commit c88683a380

View File

@@ -130,7 +130,8 @@ namespace libexeinfo
Moveable = 0x10,
Pure = 0x20,
Preload = 0x40,
Discardable = 0x1000
Discardable = 0x1000,
SegmentAligned = 0x8000
}
/// <summary>