Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit fe936f7

Browse files
committed
new jit GUID
1 parent 8ef646b commit fe936f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/inc/corinfo.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,11 @@ TODO: Talk about initializing strutures before use
213213
#define SELECTANY extern __declspec(selectany)
214214
#endif
215215

216-
SELECTANY const GUID JITEEVersionIdentifier = { /* 8f51c68e-d515-425c-9e04-97e4a8148b07 */
217-
0x8f51c68e,
218-
0xd515,
219-
0x425c,
220-
{0x9e, 0x04, 0x97, 0xe4, 0xa8, 0x14, 0x8b, 0x07}
216+
SELECTANY const GUID JITEEVersionIdentifier = { /* b6af83a1-ca48-46c6-b7b0-5d7d6a79a5c5 */
217+
0xb6af83a1,
218+
0xca48,
219+
0x46c6,
220+
{0xb7, 0xb0, 0x5d, 0x7d, 0x6a, 0x79, 0xa5, 0xc5}
221221
};
222222

223223
//////////////////////////////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)