diff options
author | midipix <writeonce@midipix.org> | 2016-01-10 13:18:55 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:36 -0500 |
commit | c3f597ea8d410c30b0c757adb75b2608ad7a4ff9 (patch) | |
tree | 50b7812547ad8dc573e38f56a3747cc4e876e48c /include | |
parent | c7189ea266edee9e39fe6d03d983e7e35448cb9e (diff) | |
download | perk-c3f597ea8d410c30b0c757adb75b2608ad7a4ff9.tar.bz2 perk-c3f597ea8d410c30b0c757adb75b2608ad7a4ff9.tar.xz |
a sign from heaven.
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 3dcc86b..a99c8f4 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -52,9 +52,9 @@ struct pe_raw_image { }; struct pe_image_summary { - uint32_t nexpsyms; - uint32_t nimplibs; - uint32_t nrelocs; + int32_t nexpsyms; + int32_t nimplibs; + int32_t nrelocs; }; struct pe_image_meta { |