From d033ce63da2c78044c4fbef52e8583b908637d6f Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Mon, 6 Dec 2004 08:10:33 +0000 Subject: disable junk for mingw --- src/mesa/main/glheader.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index 6bc81fc6ab..3cf9e6c867 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -111,6 +111,7 @@ #endif /* WIN32 / CYGWIN bracket */ +#ifndef __MINGW32__ /* XXX why is this here? * It should probaby be somewhere in src/mesa/drivers/windows/ */ @@ -143,6 +144,7 @@ typedef struct tagPIXELFORMATDESCRIPTOR PIXELFORMATDESCRIPTOR, *PPIXELFORMATDESC #include #endif #endif +#endif /* !__MINGW32__ */ /* -- cgit v1.2.3