From 08a8944a7ecd8faa1fbe09e4bb0abbd3970735a6 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 2 Mar 2016 12:01:40 -0500 Subject: output: implemented --pretty=dlltool for exported symbols. --- include/perk/perk_output.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/perk/perk_output.h') 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 -- cgit v1.2.3