mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 18:11:12 +00:00
Replaced 40 lines of silly shellscript code in configure with a pair of
nice and clean #ifdefs in glquake.h
This commit is contained in:
parent
a087ac10b3
commit
1af69a110f
2 changed files with 9 additions and 15 deletions
|
@ -53,6 +53,15 @@
|
|||
#include "wad.h"
|
||||
#include "client.h"
|
||||
|
||||
|
||||
#ifndef GLAPIENTRY
|
||||
# ifdef APIENTRY
|
||||
# define GLAPIENTRY APIENTRY
|
||||
# else
|
||||
# define GLAPIENTRY
|
||||
# endif
|
||||
#endif
|
||||
|
||||
void GL_BeginRendering (int *x, int *y, int *width, int *height);
|
||||
void GL_EndRendering (void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue