diff options
author | midipix <writeonce@midipix.org> | 2016-03-02 12:01:40 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:38 -0500 |
commit | 08a8944a7ecd8faa1fbe09e4bb0abbd3970735a6 (patch) | |
tree | 8f0d4091d24fd11e934b7bfbe85a53420912ad52 /include | |
parent | 951ee88a077c949e4eb3c5a7d4489f57443cf081 (diff) | |
download | perk-08a8944a7ecd8faa1fbe09e4bb0abbd3970735a6.tar.bz2 perk-08a8944a7ecd8faa1fbe09e4bb0abbd3970735a6.tar.xz |
output: implemented --pretty=dlltool for exported symbols.
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 91c8aee..0d03181 100644 --- a/include/perk/perk_output.h +++ b/include/perk/perk_output.h @@ -17,5 +17,6 @@ #define PERK_PRETTY_READOBJ PERK_PRETTY(0x00000004) #define PERK_PRETTY_OBJDUMP PERK_PRETTY(0x00000008) #define PERK_PRETTY_YAML PERK_PRETTY(0x00000010) +#define PERK_PRETTY_DLLTOOL PERK_PRETTY(0x00000020) #endif |