summaryrefslogtreecommitdiff
path: root/packaging/0040-Update-GUID.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/0040-Update-GUID.patch')
-rw-r--r--packaging/0040-Update-GUID.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/packaging/0040-Update-GUID.patch b/packaging/0040-Update-GUID.patch
new file mode 100644
index 0000000000..d3a97bffc7
--- /dev/null
+++ b/packaging/0040-Update-GUID.patch
@@ -0,0 +1,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
+