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:
2025-10-09 20:01:34 +03:00
parent 3d130fd1fb
commit 83e48343dd
5 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
//
namespace omath::system::pe
{
struct SectionHeader
struct SectionHeader final
{
char name[8];
union