From: curt Date: Thu, 3 Sep 1998 21:24:36 +0000 (+0000) Subject: Removed an extraneous extern "C" ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=7c27474164e8bd7bb6138f7ef6beddefbfee03a2;p=simgear.git Removed an extraneous extern "C" ... --- diff --git a/XGL/xgl.h b/XGL/xgl.h index 6cd81b6f..434ab09d 100644 --- a/XGL/xgl.h +++ b/XGL/xgl.h @@ -474,10 +474,6 @@ glNormal3fv(f);\ #else -#ifdef __cplusplus -extern "C" { -#endif - GLboolean xglIsEnabled ( GLenum cap ) ; GLboolean xglIsList ( GLuint list ) ; GLenum xglGetError () ; diff --git a/XGL/xglUtils.c b/XGL/xglUtils.c index f9fc24fc..6980f135 100644 --- a/XGL/xglUtils.c +++ b/XGL/xglUtils.c @@ -24,6 +24,7 @@ #endif int xglTraceOn = TRUE ; + #ifndef WIN32 FILE *xglTraceFd = stdout ; #else /* WIN32 */