From b570a180dada9e54ff55905ff11ea882ad8cb57d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 20 Apr 2001 19:21:41 +0000 Subject: Minor fixes for Win32 (Karl Schultz). --- src/mesa/main/texutil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/texutil.c') diff --git a/src/mesa/main/texutil.c b/src/mesa/main/texutil.c index 2431c91758d..e4ca2e154b4 100644 --- a/src/mesa/main/texutil.c +++ b/src/mesa/main/texutil.c @@ -1,4 +1,4 @@ -/* $Id: texutil.c,v 1.22 2001/03/30 14:44:43 gareth Exp $ */ +/* $Id: texutil.c,v 1.23 2001/04/20 19:21:41 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -41,7 +41,7 @@ #include "texutil.h" #endif -#define DBG 0 +#define DEBUG_TEXUTIL 0 struct gl_texture_convert { -- cgit v1.2.3