summaryrefslogtreecommitdiffhomepage
path: root/src/hash/ntapi_tt_populate_hashed_import_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/ntapi_tt_populate_hashed_import_table.c')
-rw-r--r--src/hash/ntapi_tt_populate_hashed_import_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/ntapi_tt_populate_hashed_import_table.c b/src/hash/ntapi_tt_populate_hashed_import_table.c
index 4275297..9992f81 100644
--- a/src/hash/ntapi_tt_populate_hashed_import_table.c
+++ b/src/hash/ntapi_tt_populate_hashed_import_table.c
@@ -20,7 +20,7 @@ struct callback_ctx {
static int __process_exported_symbol(
const void * base,
- struct pe_export_hdr * exp_hdr,
+ struct pe_raw_export_hdr * exp_hdr,
struct pe_export_sym * exp_item,
enum pe_callback_reason reason,
void * context)