mirror of
https://github.com/claunia/libexeinfo.git
synced 2025-12-16 19:14:24 +00:00
Add missing resource flags for NE.
This commit is contained in:
@@ -130,7 +130,8 @@ namespace libexeinfo
|
|||||||
Moveable = 0x10,
|
Moveable = 0x10,
|
||||||
Pure = 0x20,
|
Pure = 0x20,
|
||||||
Preload = 0x40,
|
Preload = 0x40,
|
||||||
Discardable = 0x1000
|
Discardable = 0x1000,
|
||||||
|
SegmentAligned = 0x8000
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user