]> git.cworth.org Git - apitrace/commitdiff
Drop glPointSizePointerOES from eglimports.hpp.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 15 Nov 2011 09:28:01 +0000 (09:28 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 17 Nov 2011 15:50:26 +0000 (15:50 +0000)
MinGW doesn't like it for some reason and it doesn't seem to be needed.

eglimports.hpp

index 2fd1e0a07f084d2e69424f3ce8c85f6681c17401..ece78cfc9655d9ca649b8812cbf4fe8f6b17f538 100644 (file)
@@ -84,7 +84,7 @@
 #define GL_APIENTRY APIENTRY
 #endif
 
-#endif // HAVE_EGL
+#endif //! HAVE_EGL
 
 
 // OpenGL ES 1.1
@@ -110,7 +110,6 @@ typedef int32_t  GLclampx;
 #define GL_POINT_SIZE_ARRAY_STRIDE_OES                          0x898B
 #define GL_POINT_SIZE_ARRAY_POINTER_OES                         0x898C
 #define GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES                  0x8B9F
-extern "C" GL_API void GL_APIENTRY glPointSizePointerOES (GLenum type, GLsizei stride, const GLvoid *pointer);
 #endif
 
 #undef __glext_h_