Browse Source

disable junk for mingw

tags/unichrome-last-xinerama
Daniel Borca 20 years ago
parent
commit
d033ce63da
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/mesa/main/glheader.h

+ 2
- 0
src/mesa/main/glheader.h View File

@@ -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__ */


/*

Loading…
Cancel
Save