diff options
author | Brian Paul <[email protected]> | 2001-04-20 19:21:41 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-04-20 19:21:41 +0000 |
commit | b570a180dada9e54ff55905ff11ea882ad8cb57d (patch) | |
tree | 86b6699b3a931da3636b6c3c644f8f9f96f67780 /src/mesa/main/texutil.c | |
parent | 0a31a672692c7e5f821f6c2f737b0b15f97bf2d9 (diff) |
Minor fixes for Win32 (Karl Schultz).
Diffstat (limited to 'src/mesa/main/texutil.c')
-rw-r--r-- | src/mesa/main/texutil.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |