summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/perk/perk.h')
-rw-r--r--include/perk/perk.h6
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 {