From 8d95fcc9b968d5add0e97a83098ff229a0074bf3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 15 Nov 2011 09:28:01 +0000 Subject: [PATCH] Drop glPointSizePointerOES from eglimports.hpp. MinGW doesn't like it for some reason and it doesn't seem to be needed. --- eglimports.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eglimports.hpp b/eglimports.hpp index 2fd1e0a..ece78cf 100644 --- a/eglimports.hpp +++ b/eglimports.hpp @@ -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_ -- 2.7.4