Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/glew-2.0.0/auto/src/glew_str_wgl.c')
-rw-r--r--Libraries/glew-2.0.0/auto/src/glew_str_wgl.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/Libraries/glew-2.0.0/auto/src/glew_str_wgl.c b/Libraries/glew-2.0.0/auto/src/glew_str_wgl.c
deleted file mode 100644
index db67b516..00000000
--- a/Libraries/glew-2.0.0/auto/src/glew_str_wgl.c
+++ /dev/null
@@ -1,17 +0,0 @@
- }
- ret = (len == 0);
- }
- return ret;
-}
-
-#if defined(_WIN32) && !defined(GLEW_EGL) && !defined(GLEW_OSMESA)
-
-GLboolean GLEWAPIENTRY wglewIsSupported (const char* name)
-{
- const GLubyte* pos = (const GLubyte*)name;
- GLuint len = _glewStrLen(pos);
- GLboolean ret = GL_TRUE;
- while (ret && len > 0)
- {
- if (_glewStrSame1(&pos, &len, (const GLubyte*)"WGL_", 4))
- {