From cc7506104a81bc931052d3f1a97890f6f470748c Mon Sep 17 00:00:00 2001 From: Eugene Rozenfeld Date: Fri, 5 Oct 2018 23:03:02 -0700 Subject: [PATCH] Change JITEEVersionIdentifier. --- 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 13cf281ea8c0..04c447bc7f13 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 = { /* 45aafd4d-1d23-4647-9ce1-cf09a2677ca0 */ - 0x45aafd4d, - 0x1d23, - 0x4647, - {0x9c, 0xe1, 0xcf, 0x09, 0xa2, 0x67, 0x7c, 0xa0} +SELECTANY const GUID JITEEVersionIdentifier = { /* 12768bf8-549c-455b-a3df-57a751a81813 */ + 0x12768bf8, + 0x549c, + 0x455b, + {0xa3, 0xdf, 0x57, 0xa7, 0x51, 0xa8, 0x18, 0x13} }; //////////////////////////////////////////////////////////////////////////////////////////////////////////