From 2d218885ecb0bf82cbfd33da1b9186bf6e09375b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 13 Jun 2005 14:07:14 +0000 Subject: mingw changes (Nolan Leake) --- src/mesa/drivers/windows/gdi/wgl.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mesa/drivers/windows/gdi/wgl.c') diff --git a/src/mesa/drivers/windows/gdi/wgl.c b/src/mesa/drivers/windows/gdi/wgl.c index 7f7937c77d..fcb24235e8 100644 --- a/src/mesa/drivers/windows/gdi/wgl.c +++ b/src/mesa/drivers/windows/gdi/wgl.c @@ -1,4 +1,4 @@ -/* $Id: wgl.c,v 1.7 2005/05/24 21:12:43 kschultz Exp $ */ +/* $Id: wgl.c,v 1.8 2005/06/13 14:07:15 brianp Exp $ */ /* * This library is free software; you can redistribute it and/or @@ -35,9 +35,10 @@ #define _GDI32_ #include -#include "wmesadef.h" /* headers for Mesa Windows driver source code */ #include "GL/wmesa.h" /* protos for wmesa* functions */ +typedef struct wmesa_context *PWMC; + /* * Pixel Format Descriptors */ -- cgit v1.2.3