diff options
author | Daniel Borca <[email protected]> | 2003-10-21 08:31:02 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2003-10-21 08:31:02 +0000 |
commit | f03cb2e4eea23fd82e9837e05f0ab3a83cb474c7 (patch) | |
tree | 1ca2ed8c4e5ad9e23862a5d9f7d12cd5e1856de8 /src/mesa/drivers/glide/fxwgl.c | |
parent | 3f60e4f21b9ff5bf3a83734d38ee90aff8a67fa0 (diff) |
Napalm total immersion
Diffstat (limited to 'src/mesa/drivers/glide/fxwgl.c')
-rw-r--r-- | src/mesa/drivers/glide/fxwgl.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/drivers/glide/fxwgl.c b/src/mesa/drivers/glide/fxwgl.c index f03def49968..8ab9d23c983 100644 --- a/src/mesa/drivers/glide/fxwgl.c +++ b/src/mesa/drivers/glide/fxwgl.c @@ -1,5 +1,3 @@ -/* $Id: fxwgl.c,v 1.19 2003/10/13 11:14:58 dborca Exp $ */ - /* * Mesa 3-D graphics library * Version: 4.0 @@ -365,7 +363,7 @@ wglCreateContext(HDC hdc) SetWindowLong(hWnd, GWL_WNDPROC, (LONG) __wglMonitor); } -#ifdef FX_DEBUG +#if FX_DEBUG freopen("MESA.LOG", "w", stderr); #endif |