Gerald Pfeifer : winex11.drv: Fix comment for #endif.
7 Sep
2010
7 Sep
'10
4:22 p.m.
Module: wine Branch: master Commit: 0aa27296d3e78dfaf68c8ebd3dc5bbcb7b272fc7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0aa27296d3e78dfaf68c8ebd3d... Author: Gerald Pfeifer <gerald(a)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) */
5578
Age (days ago)
5578
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard