From fe936f711cb95b0fb50b5d59dd574887a4708a83 Mon Sep 17 00:00:00 2001 From: Andy Ayers Date: Fri, 27 Oct 2017 16:43:53 -0700 Subject: [PATCH] new jit GUID --- src/inc/corinfo.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/inc/corinfo.h b/src/inc/corinfo.h index 3c1d83d9cf31..9adab46e89fc 100644 --- a/src/inc/corinfo.h +++ b/src/inc/corinfo.h @@ -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} }; //////////////////////////////////////////////////////////////////////////////////////////////////////////