From: Hyeongseok Oh Date: Mon, 2 Jan 2017 22:37:42 +0000 (+0900) Subject: [Linux/ARM32] duplicated definition in crosscomp.h (#8729) X-Git-Tag: accepted/tizen/base/20180629.140029~2704 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a60210e62b935dda4a412537099f83cc5500526e;p=platform%2Fupstream%2Fcoreclr.git [Linux/ARM32] duplicated definition in crosscomp.h (#8729) Some structs in crosscomp.h are already defined in pal.h or palrt.h Fix to avoid duplicated definition --- diff --git a/src/inc/crosscomp.h b/src/inc/crosscomp.h index 3d54166..3116fee 100644 --- a/src/inc/crosscomp.h +++ b/src/inc/crosscomp.h @@ -88,6 +88,7 @@ typedef struct DECLSPEC_ALIGN(8) _T_CONTEXT { // each frame function. // +#ifndef FEATURE_PAL typedef struct _RUNTIME_FUNCTION { DWORD BeginAddress; DWORD UnwindData; @@ -114,6 +115,7 @@ typedef struct _UNWIND_HISTORY_TABLE { DWORD HighAddress; UNWIND_HISTORY_TABLE_ENTRY Entry[UNWIND_HISTORY_TABLE_SIZE]; } UNWIND_HISTORY_TABLE, *PUNWIND_HISTORY_TABLE; +#endif // !FEATURE_PAL //