From 0f050b3ecb8aa77ffabf285248c2be70455999b0 Mon Sep 17 00:00:00 2001 From: Andrew Nguyen Date: Mon, 27 Dec 2010 06:44:01 -0600 Subject: [PATCH] wined3d: Fix typo in GL_SGIS_generate_mipmap preprocessor definition. --- dlls/wined3d/wined3d_gl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/wined3d/wined3d_gl.h b/dlls/wined3d/wined3d_gl.h index 0532207e2fa..063534739c8 100644 --- a/dlls/wined3d/wined3d_gl.h +++ b/dlls/wined3d/wined3d_gl.h @@ -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 -- 2.11.4.GIT