From: José Fonseca Date: Tue, 15 Nov 2011 09:28:01 +0000 (+0000) Subject: Drop glPointSizePointerOES from eglimports.hpp. X-Git-Tag: 2.0_alpha^2~477 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d95fcc9b968d5add0e97a83098ff229a0074bf3;p=tools%2Fapitrace.git Drop glPointSizePointerOES from eglimports.hpp. MinGW doesn't like it for some reason and it doesn't seem to be needed. --- 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_