From 949bb3ba304be9bd80cda27c37c2d0d0da6a67dd Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 26 Nov 2015 10:49:39 -0500 Subject: move all output action- and formatting flags to a designated header. --- include/perk/perk.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/perk/perk.h') diff --git a/include/perk/perk.h b/include/perk/perk.h index fa23754..f34f7c1 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -8,7 +8,6 @@ #include "perk_consts.h" #include "perk_structs.h" #include "perk_meta.h" -#include "perk_output.h" #ifdef __cplusplus extern "C" { @@ -47,9 +46,6 @@ extern "C" { /* unit action flags */ #define PERK_ACTION_MAP_READWRITE 0x0001 -/* unit (text) output & format flags */ -#define PERK_OUTPUT_EXPORT_SYMS 0x0001 - struct pe_raw_image { void * addr; size_t size; -- cgit v1.2.3