diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/perk_driver_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h index 6fe5513..25edf37 100644 --- a/src/internal/perk_driver_impl.h +++ b/src/internal/perk_driver_impl.h @@ -24,6 +24,8 @@ enum app_tags { TAG_EXPSYMS, TAG_IMPLIBS, TAG_IMPSYMS, + TAG_DSOLIBS, + TAG_DSOSYMS, }; struct pe_driver_ctx_impl { |