summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorGleb Balykov <g.balykov@samsung.com>2017-06-23 17:34:11 +0300
committerGleb Balykov <g.balykov@samsung.com>2017-07-10 16:37:05 +0300
commitbe7d375af43261c4ff8f84aad9ea27ecce145fc6 (patch)
tree7af5697f71556150e56dd2b894b9fdc515fcc4da /src/inc
parent9726fb253bae6249cffd6c96667262690fe6dd22 (diff)
downloadcoreclr-be7d375af43261c4ff8f84aad9ea27ecce145fc6.tar.gz
coreclr-be7d375af43261c4ff8f84aad9ea27ecce145fc6.tar.bz2
coreclr-be7d375af43261c4ff8f84aad9ea27ecce145fc6.zip
Update GUID
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/corinfo.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/inc/corinfo.h b/src/inc/corinfo.h
index 479b8ed898..163874788b 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 = { /* 28eb875f-b6a9-4a04-9ba7-69ba59deed46 */
- 0x28eb875f,
- 0xb6a9,
- 0x4a04,
- { 0x9b, 0xa7, 0x69, 0xba, 0x59, 0xde, 0xed, 0x46 }
+SELECTANY const GUID JITEEVersionIdentifier = { /* 5a1cfc89-a84a-4642-b01d-ead88e60c1ee */
+ 0x5a1cfc89,
+ 0xa84a,
+ 0x4642,
+ { 0xb0, 0x1d, 0xea, 0xd8, 0x8e, 0x60, 0xc1, 0xee }
};
//////////////////////////////////////////////////////////////////////////////////////////////////////////