diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h index b51b641..d667413 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -77,9 +77,9 @@ struct pe_expsym { }; struct pe_meta_stats { - int32_t nexpsyms; - int32_t nimplibs; - int32_t nrelocs; + int32_t t_nexpsyms; + int32_t t_nimplibs; + int32_t t_nrelocs; }; struct pe_image_meta { |