From fe27f456eea76a3f7f76304ab539532c14c8ba39 Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Tue, 2 Apr 2002 01:13:06 +0000 Subject: [PATCH] #if'd out operator << --- panda/src/glgsg/glGraphicsStateGuardian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/glgsg/glGraphicsStateGuardian.h b/panda/src/glgsg/glGraphicsStateGuardian.h index 8e3c63379d..2fecbb73d6 100644 --- a/panda/src/glgsg/glGraphicsStateGuardian.h +++ b/panda/src/glgsg/glGraphicsStateGuardian.h @@ -50,7 +50,7 @@ class PlaneNode; class Light; -#ifdef GSG_VERBOSE +#if !defined(WIN32) && defined(GSG_VERBOSE) ostream &output_gl_enum(ostream &out, GLenum v); INLINE ostream &operator << (ostream &out, GLenum v) { return output_gl_enum(out, v);