1
0
Fork 0

Removed an extraneous extern "C" ...

This commit is contained in:
curt 1998-09-03 21:24:36 +00:00
parent afdee14332
commit 7c27474164
2 changed files with 1 additions and 4 deletions

View file

@ -474,10 +474,6 @@ glNormal3fv(f);\
#else
#ifdef __cplusplus
extern "C" {
#endif
GLboolean xglIsEnabled ( GLenum cap ) ;
GLboolean xglIsList ( GLuint list ) ;
GLenum xglGetError () ;

View file

@ -24,6 +24,7 @@
#endif
int xglTraceOn = TRUE ;
#ifndef WIN32
FILE *xglTraceFd = stdout ;
#else /* WIN32 */