sgi: Fix MSVC build.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 27 Apr 2011 18:05:29 +0000 (19:05 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 27 Apr 2011 18:06:07 +0000 (19:06 +0100)
commitfa7a051c251552c4581caadce772a29c64f6a850
treeec14ba70211495eaf2565f9c5b6a87e457741253
parentf9cc6acbfa6f6f91b29a0601436d91a330fdce79
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.
src/glu/sgi/include/gluos.h
src/glu/sgi/libutil/mipmap.c