wined3d: Fix typo in GL_SGIS_generate_mipmap preprocessor definition.

This commit is contained in:
Andrew Nguyen 2010-12-27 06:44:01 -06:00 committed by Alexandre Julliard
parent 7e13b1afaf
commit 0f050b3ecb
1 changed files with 2 additions and 2 deletions

View File

@ -3710,8 +3710,8 @@ typedef void (WINE_GLAPI *PGLFNGETCOMBINERSTAGEPARAMETERFVNVPROC)(GLenum stage,
#endif
/* GL_SGIS_generate_mipmap */
#ifndef GLX_SGIS_generate_mipmap
#define GLX_SGIS_generate_mipmap 1
#ifndef GL_SGIS_generate_mipmap
#define GL_SGIS_generate_mipmap 1
#define GL_GENERATE_MIPMAP_SGIS 0x8191
#define GL_GENERATE_MIPMAP_HINT_SGIS 0x8192
#endif