summaryrefslogtreecommitdiff
path: root/external/epoxy/epoxy.windows.api.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/epoxy/epoxy.windows.api.patch')
-rw-r--r--external/epoxy/epoxy.windows.api.patch78
1 files changed, 0 insertions, 78 deletions
diff --git a/external/epoxy/epoxy.windows.api.patch b/external/epoxy/epoxy.windows.api.patch
index 12d2afb6a6ad..985f2d880839 100644
--- a/external/epoxy/epoxy.windows.api.patch
+++ b/external/epoxy/epoxy.windows.api.patch
@@ -10,81 +10,3 @@
#endif
#ifndef GLAPIENTRY
---- src/egl_generated_dispatch.c
-+++ src/egl_generated_dispatch.c
-@@ -128,7 +128,11 @@
- };
-
- #if USING_DISPATCH_TABLE
-+#if defined (_MSC_VER)
-+static __inline struct dispatch_table *
-+#else
- static inline struct dispatch_table *
-+#endif
- get_dispatch_table(void);
-
- #endif
-@@ -1642,7 +1646,11 @@
- uint32_t egl_tls_index;
- uint32_t egl_tls_size = sizeof(struct dispatch_table);
-
-+#if defined (_MSC_VER)
-+static __inline struct dispatch_table *
-+#else
- static inline struct dispatch_table *
-+#endif
- get_dispatch_table(void)
- {
- return TlsGetValue(egl_tls_index);
---- src/gl_generated_dispatch.c
-+++ src/gl_generated_dispatch.c
-@@ -3122,7 +3122,11 @@
- };
-
- #if USING_DISPATCH_TABLE
-+#if defined (_MSC_VER)
-+static __inline struct dispatch_table *
-+#else
- static inline struct dispatch_table *
-+#endif
- get_dispatch_table(void);
-
- #endif
-@@ -51507,7 +51511,11 @@
- uint32_t gl_tls_index;
- uint32_t gl_tls_size = sizeof(struct dispatch_table);
-
-+#if defined (_MSC_VER)
-+static __inline struct dispatch_table *
-+#else
- static inline struct dispatch_table *
-+#endif
- get_dispatch_table(void)
- {
- return TlsGetValue(gl_tls_index);
---- src/wgl_generated_dispatch.c
-+++ src/wgl_generated_dispatch.c
-@@ -157,7 +157,11 @@
- };
-
- #if USING_DISPATCH_TABLE
-+#if defined (_MSC_VER)
-+static __inline struct dispatch_table *
-+#else
- static inline struct dispatch_table *
-+#endif
- get_dispatch_table(void);
-
- #endif
-@@ -1701,7 +1705,11 @@
- uint32_t wgl_tls_index;
- uint32_t wgl_tls_size = sizeof(struct dispatch_table);
-
-+#if defined (_MSC_VER)
-+static __inline struct dispatch_table *
-+#else
- static inline struct dispatch_table *
-+#endif
- get_dispatch_table(void)
- {
- return TlsGetValue(wgl_tls_index);