mirror of
https://github.com/orange-cpp/omath.git
synced 2026-06-09 16:54:35 +00:00
Uses std::uint16_t for SubsystemId enum
Ensures consistency by using `std::uint16_t` instead of `uint16_t` for the `SubsystemId` enum. Relates to feature/pe_scanner
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
//
|
||||
namespace omath::system::pe
|
||||
{
|
||||
struct SectionHeader
|
||||
struct SectionHeader final
|
||||
{
|
||||
char name[8];
|
||||
union
|
||||
|
||||
Reference in New Issue
Block a user