Skip to content

Commit

Permalink
Update jiteeversionguid to resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal1996 committed Oct 28, 2024
1 parent 485a97d commit edcaabd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/coreclr/inc/jiteeversionguid.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ typedef const GUID *LPCGUID;
#define GUID_DEFINED
#endif // !GUID_DEFINED

constexpr GUID JITEEVersionIdentifier = { /* 06988c5a-5799-40a5-8a2c-45dc51efa6b2 */
0x06988c5a,
0x5799,
0x40a5,
{0x8a, 0x2c, 0x45, 0xdc, 0x51, 0xef, 0xa6, 0xb2}
constexpr GUID JITEEVersionIdentifier = { /* c75035da-c692-4ef8-b84e-fbb44fd0f246 */
0xc75035da,
0xc692,
0x4ef8,
{0xb8, 0x4e, 0xfb, 0xb4, 0x4f, 0xd0, 0xf2, 0x46}
};

//////////////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit edcaabd

Please sign in to comment.