winex11.drv: Fix comment for #endif.
authorGerald Pfeifer <gerald@pfeifer.com>
Mon, 6 Sep 2010 18:51:41 +0000 (20:51 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 7 Sep 2010 09:23:51 +0000 (11:23 +0200)
dlls/winex11.drv/opengl.c

index 38696196a06d284c0b30e129703f03bde4151e8f..11913322bc9712df3939aec8c2d7f4ff187d5cc2 100644 (file)
@@ -4029,4 +4029,4 @@ XVisualInfo *visual_from_fbconfig_id( XID fbconfig_id )
     return NULL;
 }
 
-#endif /* defined(HAVE_OPENGL) */
+#endif /* defined(SONAME_LIBGL) */