- Fix compilation with msc

svn path=/branches/cmake-bringup/; revision=50709
This commit is contained in:
Giannis Adamopoulos 2011-02-15 16:03:55 +00:00
parent 6fb6b3dc44
commit 56cbf56146

View file

@ -6577,7 +6577,7 @@ static void halve1DimagePackedPixel(int components,
* Contributed by Gerk Huisma <gerk@five-d.demon.nl>.
*/
typedef WINAPI void (GLAPIENTRY *TexImage3Dproc)( GLenum target, GLint level,
typedef void (GLAPIENTRY *TexImage3Dproc)( GLenum target, GLint level,
GLenum internalFormat,
GLsizei width, GLsizei height,
GLsizei depth, GLint border,