mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 11:51:17 +00:00
removed nested comments
This commit is contained in:
parent
28e43df523
commit
7cfd830c1a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue