Removed an extraneous extern "C" ...
This commit is contained in:
parent
afdee14332
commit
7c27474164
2 changed files with 1 additions and 4 deletions
|
@ -474,10 +474,6 @@ glNormal3fv(f);\
|
|||
|
||||
#else
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
GLboolean xglIsEnabled ( GLenum cap ) ;
|
||||
GLboolean xglIsList ( GLuint list ) ;
|
||||
GLenum xglGetError () ;
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#endif
|
||||
|
||||
int xglTraceOn = TRUE ;
|
||||
|
||||
#ifndef WIN32
|
||||
FILE *xglTraceFd = stdout ;
|
||||
#else /* WIN32 */
|
||||
|
|
Loading…
Add table
Reference in a new issue