OSDN Git Service

mesa: add missing GLAPIENTRY in copyimage.c
authorBrian Paul <brianp@vmware.com>
Mon, 11 Aug 2014 18:59:46 +0000 (12:59 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 11 Aug 2014 18:59:47 +0000 (12:59 -0600)
Fixes MinGW build.  Trivial.

src/mesa/main/copyimage.c

index e1110dd..dcbc83d 100644 (file)
@@ -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,