summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-09 07:01:53 +0000
committermidipix <writeonce@midipix.org>2021-04-09 07:11:47 +0000
commitd38fc0c36bc9530fdebf709316a73ad6db5e2db5 (patch)
treefc1fde9790611237ec46a7a4c9e70b35a7667d2d /src/internal
parent44ba87393046804e3661da9cf9c8e639b82c5cf0 (diff)
downloadperk-d38fc0c36bc9530fdebf709316a73ad6db5e2db5.tar.bz2
perk-d38fc0c36bc9530fdebf709316a73ad6db5e2db5.tar.xz
driver: added --hdrdump support.
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/perk_driver_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h
index b17b7be..dafad86 100644
--- a/src/internal/perk_driver_impl.h
+++ b/src/internal/perk_driver_impl.h
@@ -27,6 +27,7 @@ enum app_tags {
TAG_IMPSYMS,
TAG_DSOLIBS,
TAG_DSOSYMS,
+ TAG_HDRDUMP,
};
struct pe_driver_ctx_impl {