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

Commit

Permalink
new jit GUID
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyAyersMS committed Oct 27, 2017
1 parent 8ef646b commit fe936f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/inc/corinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@ TODO: Talk about initializing strutures before use
#define SELECTANY extern __declspec(selectany)
#endif

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

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

0 comments on commit fe936f7

Please sign in to comment.