mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 20:02:09 +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:
|
not including it... here's what his "new" code looks like:
|
||||||
|
|
||||||
-#ifndef APIENTRY
|
-#ifndef APIENTRY
|
||||||
-/* Mesa defines APIENTRY, but other versions of OpenGL do not */
|
- Mesa defines APIENTRY, but other versions of OpenGL do not
|
||||||
-#ifdef GLAPIENTRY
|
-#ifdef GLAPIENTRY
|
||||||
-#define APIENTRY GLAPIENTRY
|
-#define APIENTRY GLAPIENTRY
|
||||||
-#else
|
-#else
|
||||||
|
|
Loading…
Reference in a new issue