Andrew Nguyen : wined3d: Fix typo in GL_SGIS_generate_mipmap preprocessor definition.

Alexandre Julliard julliard at winehq.org
Mon Dec 27 10:03:59 CST 2010


Module: wine
Branch: master
Commit: 0f050b3ecb8aa77ffabf285248c2be70455999b0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0f050b3ecb8aa77ffabf285248c2be70455999b0

Author: Andrew Nguyen <anguyen at codeweavers.com>
Date:   Mon Dec 27 06:44:01 2010 -0600

wined3d: Fix typo in GL_SGIS_generate_mipmap preprocessor definition.

---

 dlls/wined3d/wined3d_gl.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/wined3d/wined3d_gl.h b/dlls/wined3d/wined3d_gl.h
index 0532207..0635347 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




More information about the wine-cvs mailing list