summaryrefslogtreecommitdiff
path: root/packaging/0040-Update-GUID.patch
blob: d3a97bffc7a206fab4f544b1b4a333439f5cdc45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
From 843b1817c7ebea7c999f7327c6d4425d31f62615 Mon Sep 17 00:00:00 2001
From: Gleb Balykov <g.balykov@samsung.com>
Date: Mon, 23 Apr 2018 20:57:13 +0300
Subject: [PATCH 40/47] Update 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 1a6843c..76a7a7c 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 = { /* 5a1cfc89-a84a-4642-b01d-ead88e60c1ee */
-    0x5a1cfc89,
-    0xa84a,
-    0x4642,
-    { 0xb0, 0x1d, 0xea, 0xd8, 0x8e, 0x60, 0xc1, 0xee }
+SELECTANY const GUID JITEEVersionIdentifier = { /* 02d3cb99-cc44-463e-b47d-c94a90daf271 */
+    0x02d3cb99,
+    0xcc44,
+    0x463e,
+    {0xb4, 0x7d, 0xc9, 0x4a, 0x90, 0xda, 0xf2, 0x71}
 };
 
 //////////////////////////////////////////////////////////////////////////////////////////////////////////
-- 
2.7.4