projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac70910
)
disable junk for mingw
author
Daniel Borca
<dborca@users.sourceforge.net>
Mon, 6 Dec 2004 08:10:33 +0000
(08:10 +0000)
committer
Daniel Borca
<dborca@users.sourceforge.net>
Mon, 6 Dec 2004 08:10:33 +0000
(08:10 +0000)
src/mesa/main/glheader.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/glheader.h
b/src/mesa/main/glheader.h
index 6bc81fc6ab39f99078c97b5787eeaef2c4063147..3cf9e6c86700c941cb07ffdda2cd61abf48398a0 100644
(file)
--- 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 <GL/mesa_wgl.h>
#endif
#endif
+#endif /* !__MINGW32__ */
/*