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.