mesa/src/glu
José Fonseca fa7a051c25 sgi: Fix MSVC build.
Including windows.h was ineffective on MSVC because we define the NOGDI macro,
which skips the wingdi.h include.

Unsetting NOGDI is also a bad idea because it causes all sort of symbol
clashes with SGI code.

The real problem is that WINGDAPI was not being defined, also due to NOGDI,
so simply define it to blank if not done already.  This seems to make
everybody happy.
2011-04-27 19:06:07 +01:00
..
sgi sgi: Fix MSVC build. 2011-04-27 19:06:07 +01:00
.gitignore mesa: Update ignores a bit 2008-09-19 12:43:47 +02:00
Makefile Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
glu.pc.in Use variable library name in pkg-config output. 2009-04-29 12:15:07 -07:00