From 7cfd830c1ae4739957777ca6c85a42161baa6c3a Mon Sep 17 00:00:00 2001 From: Nelson Rush Date: Fri, 31 Dec 1999 01:10:44 +0000 Subject: [PATCH] removed nested comments --- qw_client/glquake.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw_client/glquake.h b/qw_client/glquake.h index 3ad7578..c3002e8 100644 --- a/qw_client/glquake.h +++ b/qw_client/glquake.h @@ -39,7 +39,7 @@ void GL_EndRendering (void); not including it... here's what his "new" code looks like: -#ifndef APIENTRY --/* Mesa defines APIENTRY, but other versions of OpenGL do not */ +- Mesa defines APIENTRY, but other versions of OpenGL do not -#ifdef GLAPIENTRY -#define APIENTRY GLAPIENTRY -#else