From f24be7340162c6a831b392d46d6637e9656e7a8a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 11 Aug 2014 12:59:46 -0600 Subject: [PATCH] mesa: add missing GLAPIENTRY in copyimage.c Fixes MinGW build. Trivial. --- src/mesa/main/copyimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/copyimage.c b/src/mesa/main/copyimage.c index e1110dd7e00..dcbc83de6fb 100644 --- a/src/mesa/main/copyimage.c +++ b/src/mesa/main/copyimage.c @@ -253,7 +253,7 @@ check_region_bounds(struct gl_context *ctx, struct gl_texture_image *tex_image, return true; } -void +void GLAPIENTRY _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, -- 2.30.2