mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
[glu32]
- Fix compilation with msc svn path=/branches/cmake-bringup/; revision=50709
This commit is contained in:
parent
6fb6b3dc44
commit
56cbf56146
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue