mesa: add missing GLAPIENTRY in copyimage.c

Fixes MinGW build.  Trivial.
This commit is contained in:
Brian Paul
2014-08-11 12:59:46 -06:00
parent f5cc3fdcf1
commit f24be73401
+1 -1
View 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,