In lines 332, 336 and 340 values like `kPEFRelocLgBySectionSubopcode` need to have their enum type as qualifier like so ```cpp relocLgSetOrBySectionAdditionalOpcode::kPEFRelocLgBySectionSubopcode ``` otherwise you will get errors. All three need to be patched.
In lines 332, 336 and 340 values like
kPEFRelocLgBySectionSubopcodeneed to have their enum type as qualifier like sorelocLgSetOrBySectionAdditionalOpcode::kPEFRelocLgBySectionSubopcodeotherwise you will get errors. All three need to be patched.