--- wine-cvs/dlls/opengl32/opengl_norm.c Wed Aug 29 22:37:07 2001 +++ wine/dlls/opengl32/opengl_norm.c Sat Jul 20 12:55:16 2002 @@ -7,7 +7,12 @@ typedef const GLubyte * GLstring; -DEFAULT_DEBUG_CHANNEL(opengl); +#undef TRACE +#define TRACE(...) do{}while(0) +#undef ENTER_GL +#define ENTER_GL(...) do{}while(0) +#undef LEAVE_GL +#define LEAVE_GL(...) do{}while(0) /*********************************************************************** * glAccum (OPENGL32.@) --- wine-cvs/dlls/opengl32/opengl_ext.c Mon Apr 22 09:57:53 2002 +++ wine/dlls/opengl32/opengl_ext.c Sat Jul 20 12:54:53 2002 @@ -9,7 +9,12 @@ #include "opengl_ext.h" -DEFAULT_DEBUG_CHANNEL(opengl); +#undef TRACE +#define TRACE(...) do{}while(0) +#undef ENTER_GL +#define ENTER_GL(...) do{}while(0) +#undef LEAVE_GL +#define LEAVE_GL(...) do{}while(0) void (*func_glActiveTexture)( GLenum ) = (void *) 0xdeadbeef; void (*func_glAlphaFragmentOp1ATI)( GLenum, GLuint, GLuint, GLuint, GLuint, GLuint ) = (void *) 0xdeadbeef;