Skip to content

Commit

Permalink
Update JIT/EE interface GUID in jiteeversionguid.h
Browse files Browse the repository at this point in the history
  • Loading branch information
echesakov committed Jan 26, 2021
1 parent b472cc9 commit 2352f16
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 @@ -32,11 +32,11 @@
//////////////////////////////////////////////////////////////////////////////////////////////////////////
//

constexpr GUID JITEEVersionIdentifier = { /* 000b3acb-92d2-4003-8760-e545241dd9a8 */
0x000b3acb,
0x92d2,
0x4003,
{0x87, 0x60, 0xe5, 0x45, 0x24, 0x1d, 0xd9, 0xa8}
constexpr GUID JITEEVersionIdentifier = { /* 960894e2-ec41-4088-82bb-bdcbac4ac2d3 */
0x960894e2,
0xec41,
0x4088,
{0x82, 0xbb, 0xbd, 0xcb, 0xac, 0x4a, 0xc2, 0xd3}
};

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

0 comments on commit 2352f16

Please sign in to comment.