Gerald Pfeifer : winex11.drv: Fix comment for #endif.

Alexandre Julliard julliard at winehq.org
Tue Sep 7 11:22:55 CDT 2010


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

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Mon Sep  6 20:51:41 2010 +0200

winex11.drv: Fix comment for #endif.

---

 dlls/winex11.drv/opengl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c
index 3869619..1191332 100644
--- a/dlls/winex11.drv/opengl.c
+++ b/dlls/winex11.drv/opengl.c
@@ -4029,4 +4029,4 @@ XVisualInfo *visual_from_fbconfig_id( XID fbconfig_id )
     return NULL;
 }
 
-#endif /* defined(HAVE_OPENGL) */
+#endif /* defined(SONAME_LIBGL) */




More information about the wine-cvs mailing list