diff options
author | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2000-11-22 08:55:51 +0000 |
---|---|---|
committer | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2000-11-22 08:55:51 +0000 |
commit | dbd1e2b5990a3689bf718296c57c14fc3ba38db5 (patch) | |
tree | d127b914d3ff06289c6c2f4ede39a25e97e2bc5d /src/mesa/drivers/windows/wgl.c | |
parent | 22f5dc74c75a4a2fdf06392719060f12f358b552 (diff) |
Modified Files:
Mesa/src/Allegro/amesa.c Mesa/src/DOS/dosmesa.c
Mesa/src/FX/fxdd.c Mesa/src/FX/fxdrv.h
Mesa/src/FX/fxfastpath.c
Mesa/src/GGI/include/ggi/mesa/ggimesa.h
Mesa/src/OSmesa/osmesa.c Mesa/src/SVGA/svgamesa.c
Mesa/src/Trace/tr_control.c Mesa/src/Windows/wgl.c
Mesa/src/X/xmesaP.h Mesa/src/X86/3dnow.c Mesa/src/X86/katmai.c
Mesa/src/X86/x86.c
Removed Files:
Mesa/src/mms_depend
Oops,... all files containing Caps in directory name or file name were
missing in my types->mtypes commit.
----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/drivers/windows/wgl.c')
-rw-r--r-- | src/mesa/drivers/windows/wgl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/windows/wgl.c b/src/mesa/drivers/windows/wgl.c index 93a64983ab..6b7635d560 100644 --- a/src/mesa/drivers/windows/wgl.c +++ b/src/mesa/drivers/windows/wgl.c @@ -1,4 +1,4 @@ -/* $Id: wgl.c,v 1.3 2000/08/02 20:29:03 brianp Exp $ */ +/* $Id: wgl.c,v 1.4 2000/11/22 08:55:53 joukj Exp $ */ /* * This library is free software; you can redistribute it and/or @@ -43,7 +43,7 @@ extern "C" { #include <tchar.h> #include "wmesadef.h" #include "GL/wmesa.h" -#include "types.h" +#include "mtypes.h" #define MAX_MESA_ATTRS 20 |