0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge-old synced 2025-03-26 10:44:15 +00:00

removed nested comments

This commit is contained in:
Nelson Rush 1999-12-31 01:10:44 +00:00
parent 28e43df523
commit 7cfd830c1a

View file

@ -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