OSDN Git Service

disable junk for mingw
authorDaniel Borca <dborca@users.sourceforge.net>
Mon, 6 Dec 2004 08:10:33 +0000 (08:10 +0000)
committerDaniel Borca <dborca@users.sourceforge.net>
Mon, 6 Dec 2004 08:10:33 +0000 (08:10 +0000)
src/mesa/main/glheader.h

index 6bc81fc..3cf9e6c 100644 (file)
 #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 <GL/mesa_wgl.h>
 #endif
 #endif
+#endif /* !__MINGW32__ */
 
 
 /*