Skip to content

Commit

Permalink
Update JITEEVersionIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Aug 26, 2024
1 parent adaf452 commit 4b87c00
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 = { /* 62865a69-7c84-4ba5-8636-a7dec55c05a7 */
0x62865a69,
0x7c84,
0x4ba5,
{0x86, 0x36, 0xa7, 0xde, 0xc5, 0x5c, 0x05, 0xa7}
constexpr GUID JITEEVersionIdentifier = { /* 3e8925bd-e463-443a-9ef6-c7f897b2bbde */
0x3e8925bd,
0xe463,
0x443a,
{0x9e, 0xf6, 0xc7, 0xf8, 0x97, 0xb2, 0xbb, 0xde}
};

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

0 comments on commit 4b87c00

Please sign in to comment.