From 7b169b9a7ed2e0e1eeb668e9f1c2a049ec34ca66 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Thu, 8 Feb 2018 05:48:59 -0800 Subject: Cleanup redundant stale COR header definition (#16261) --- src/inc/corhdr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/inc') diff --git a/src/inc/corhdr.h b/src/inc/corhdr.h index e878c2108a..df54ab41bc 100644 --- a/src/inc/corhdr.h +++ b/src/inc/corhdr.h @@ -165,6 +165,9 @@ typedef enum ReplacesCorHdrNumericDefines COR_VTABLE_FROM_UNMANAGED_RETAIN_APPDOMAIN=0x08, // NEW COR_VTABLE_CALL_MOST_DERIVED =0x10, // Call most derived method described by +// EATJ constants + IMAGE_COR_EATJ_THUNK_SIZE = 32, // Size of a jump thunk reserved range. + // Max name lengths //@todo: Change to unlimited name lengths. MAX_CLASS_NAME =1024, -- cgit v1.2.3