From cd4ace49776d042189f1066a357d1ca2d9f81332 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 15 Nov 2016 09:37:28 -0500 Subject: output: renamed pe_output_image_type() --> pe_output_image_category(). --- include/perk/perk_output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/perk/perk_output.h') diff --git a/include/perk/perk_output.h b/include/perk/perk_output.h index ab91f87..6ef9054 100644 --- a/include/perk/perk_output.h +++ b/include/perk/perk_output.h @@ -9,7 +9,7 @@ #define PERK_OUTPUT_EXPORT_SYMS 0x00000001 #define PERK_OUTPUT_IMPORT_LIBS 0x00000002 #define PERK_OUTPUT_IMPORT_SYMS 0x00000004 -#define PERK_OUTPUT_IMAGE_TYPE 0x00000008 +#define PERK_OUTPUT_IMAGE_CATEGORY 0x00000008 #define PERK_OUTPUT_IMAGE_SECTIONS 0x00000010 -- cgit v1.2.3