summaryrefslogtreecommitdiff
path: root/thirdparty/glad/glad.c
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-11-12 09:49:27 +0100
committerGitHub <noreply@github.com>2019-11-12 09:49:27 +0100
commit94bf2f648ee239a2f8d86aec23a6c1a35bef9332 (patch)
treeca787ce13ed3f0be973c368a88c889add11e0378 /thirdparty/glad/glad.c
parent1d0bd3eb71c8c7905f12dd9c5490f2560d07db78 (diff)
parent92c3b6c85ef2268e20a4e072423f5eb902d7acef (diff)
Merge pull request #33559 from akien-mga/glad-0.1.33
glad: Sync with upstream 0.1.33
Diffstat (limited to 'thirdparty/glad/glad.c')
-rw-r--r--thirdparty/glad/glad.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/thirdparty/glad/glad.c b/thirdparty/glad/glad.c
index 08c9c7e228..a1fe4d25ef 100644
--- a/thirdparty/glad/glad.c
+++ b/thirdparty/glad/glad.c
@@ -1,6 +1,6 @@
/*
- OpenGL loader generated by glad 0.1.31 on Thu Jul 11 10:09:18 2019.
+ OpenGL loader generated by glad 0.1.33 on Tue Nov 12 08:44:22 2019.
Language/Generator: C/C++
Specification: gl
@@ -31,6 +31,9 @@
static void* get_proc(const char *namez);
#if defined(_WIN32) || defined(__CYGWIN__)
+#ifndef _WINDOWS_
+#undef APIENTRY
+#endif
#include <windows.h>
static HMODULE libGL;