mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 15:21:44 +00:00
Line endings.
This commit is contained in:
parent
8d36ee6078
commit
65853bf81c
1 changed files with 4 additions and 4 deletions
|
@ -112,11 +112,11 @@ extern void (APIENTRY * qglGetActiveAttribARB) (GLhandleARB programObj, GLui
|
|||
GLint * size, GLenum * type, GLcharARB * name);
|
||||
extern GLint(APIENTRY * qglGetAttribLocationARB) (GLhandleARB programObj, const GLcharARB * name);
|
||||
|
||||
#define HANDLE_EXT_FUNC(t, n) extern t q##n
|
||||
#define HANDLE_EXT_FUNC(t, n) extern t q##n
|
||||
|
||||
ADD_ALL_EXTENSION_FUNCTIONS;
|
||||
|
||||
#undef HANDLE_EXT_FUNC
|
||||
ADD_ALL_EXTENSION_FUNCTIONS;
|
||||
|
||||
#undef HANDLE_EXT_FUNC
|
||||
|
||||
|
||||
#if defined(WIN32)
|
||||
|
|
Loading…
Reference in a new issue