From a69e1053618c557bc823bf27cb04590e79ef2d2d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 11 Nov 2019 16:22:49 -0700 Subject: [PATCH] s/APIENTRY/GLAPIENTRY/ in teximage.c The later is the right symbol for entrypoint functions. Reviewed-by: Kristian H. Kristensen --- src/mesa/main/texgetimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c index e43f33677fd..d6ec4c52949 100644 --- a/src/mesa/main/texgetimage.c +++ b/src/mesa/main/texgetimage.c @@ -1969,7 +1969,7 @@ _mesa_GetCompressedTextureImage(GLuint texture, GLint level, } -void APIENTRY +void GLAPIENTRY _mesa_GetCompressedTextureSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, -- 2.30.2