aboutsummaryrefslogtreecommitdiff
path: root/ports/libepoxy/libepoxy-1.5.4_Add_call_convention_to_mock_function.patch
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2021-01-11 00:02:08 -0800
committerGitHub <noreply@github.com>2021-01-11 00:02:08 -0800
commit5f9464aa957f3d7f3eda3bea8ea3a9b3219fc15b (patch)
tree4459416f97408237d1c239dfd6722ae3445d77e0 /ports/libepoxy/libepoxy-1.5.4_Add_call_convention_to_mock_function.patch
parent63c518f69de12ed50f0a2c543982dc4d23691e04 (diff)
downloadvcpkg-5f9464aa957f3d7f3eda3bea8ea3a9b3219fc15b.tar.gz
vcpkg-5f9464aa957f3d7f3eda3bea8ea3a9b3219fc15b.zip
[libepoxy] Update to 1.5.5 (#15482)
* [libepoxy] Update to 1.5.5 * [libepoxy] Address CR comments
Diffstat (limited to 'ports/libepoxy/libepoxy-1.5.4_Add_call_convention_to_mock_function.patch')
-rw-r--r--ports/libepoxy/libepoxy-1.5.4_Add_call_convention_to_mock_function.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/ports/libepoxy/libepoxy-1.5.4_Add_call_convention_to_mock_function.patch b/ports/libepoxy/libepoxy-1.5.4_Add_call_convention_to_mock_function.patch
deleted file mode 100644
index d6ddd92e4..000000000
--- a/ports/libepoxy/libepoxy-1.5.4_Add_call_convention_to_mock_function.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 81d758d025089d6b3b5309205ff4cb75789e6205 Mon Sep 17 00:00:00 2001
-From: crziter <crziter@gmail.com>
-Date: Tue, 25 Feb 2020 11:33:56 +0700
-Subject: [PATCH] Add call convention to mock function
-
----
- test/gl_version.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test/gl_version.c b/test/gl_version.c
-index 9ab0080..9fe1bba 100644
---- a/test/gl_version.c
-+++ b/test/gl_version.c
-@@ -29,7 +29,7 @@ GLenum mock_enum;
- const char *mock_gl_version;
- const char *mock_glsl_version;
-
--static const GLubyte *override_glGetString(GLenum name)
-+static const GLubyte * EPOXY_CALLSPEC override_glGetString(GLenum name)
- {
- switch (name) {
- case GL_VERSION: