From c3f597ea8d410c30b0c757adb75b2608ad7a4ff9 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 10 Jan 2016 13:18:55 -0500 Subject: a sign from heaven. --- include/perk/perk.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/perk/perk.h') 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 { -- cgit v1.2.3