summaryrefslogtreecommitdiffstats
path: root/src/angle/patches/0007-ANGLE-Fix-typedefs-for-Win64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/angle/patches/0007-ANGLE-Fix-typedefs-for-Win64.patch')
-rw-r--r--src/angle/patches/0007-ANGLE-Fix-typedefs-for-Win64.patch12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/angle/patches/0007-ANGLE-Fix-typedefs-for-Win64.patch b/src/angle/patches/0007-ANGLE-Fix-typedefs-for-Win64.patch
index 63e5bd635b..5779d68e70 100644
--- a/src/angle/patches/0007-ANGLE-Fix-typedefs-for-Win64.patch
+++ b/src/angle/patches/0007-ANGLE-Fix-typedefs-for-Win64.patch
@@ -1,19 +1,21 @@
-From a8f8f0858f59e6b8e344dfb0bb87e264aac0a13f Mon Sep 17 00:00:00 2001
+From 2c7319083bc7bac6faafdf29b3a1d5440abf1313 Mon Sep 17 00:00:00 2001
From: Jonathan Liu <net147@gmail.com>
-Date: Thu, 21 Mar 2013 17:28:54 +0200
-Subject: [PATCH 6/6] ANGLE: Fix typedefs for Win64
+Date: Sat, 14 Sep 2013 11:32:01 +0300
+Subject: [PATCH] ANGLE: Fix typedefs for Win64
The long int type is incorrect for Windows 64-bit as LLP64 is used
there.
+
+Change-Id: Ibbe6f94bffd511ab1285020c89874021a762c2af
---
src/3rdparty/angle/include/KHR/khrplatform.h | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/3rdparty/angle/include/KHR/khrplatform.h b/src/3rdparty/angle/include/KHR/khrplatform.h
-index b169773..18a104e 100644
+index 541bfa9..001e925 100644
--- a/src/3rdparty/angle/include/KHR/khrplatform.h
+++ b/src/3rdparty/angle/include/KHR/khrplatform.h
-@@ -222,10 +222,17 @@ typedef signed char khronos_int8_t;
+@@ -221,10 +221,17 @@ typedef signed char khronos_int8_t;
typedef unsigned char khronos_uint8_t;
typedef signed short int khronos_int16_t;
typedef unsigned short int khronos_uint16_t;