summaryrefslogtreecommitdiff
path: root/packaging/0027-Update-GUID.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/0027-Update-GUID.patch')
-rw-r--r--packaging/0027-Update-GUID.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/packaging/0027-Update-GUID.patch b/packaging/0027-Update-GUID.patch
new file mode 100644
index 0000000000..c4489d5846
--- /dev/null
+++ b/packaging/0027-Update-GUID.patch
@@ -0,0 +1,33 @@
+From c7812b407b5d9370db61c0e54d414e58f17dc25d Mon Sep 17 00:00:00 2001
+From: Gleb Balykov <g.balykov@samsung.com>
+Date: Fri, 23 Jun 2017 17:34:11 +0300
+Subject: [PATCH 27/32] 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 2b1d3a9..1489a74 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 }
+ };
+
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////
+--
+2.7.4
+