diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk_output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/perk/perk_output.h b/include/perk/perk_output.h index 6ef9054..d0a9c19 100644 --- a/include/perk/perk_output.h +++ b/include/perk/perk_output.h @@ -11,6 +11,7 @@ #define PERK_OUTPUT_IMPORT_SYMS 0x00000004 #define PERK_OUTPUT_IMAGE_CATEGORY 0x00000008 #define PERK_OUTPUT_IMAGE_SECTIONS 0x00000010 +#define PERK_OUTPUT_IMAGE_SYMBOLS 0x00000020 /* pretty-printer flags */ |