![]() 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. |
14 anni fa | |
---|---|---|
.. | ||
sgi | sgi: Fix MSVC build. | 14 anni fa |
.gitignore | mesa: Update ignores a bit | 17 anni fa |
Makefile | Use separate $(MINSTALL) for installing libraries | 16 anni fa |
glu.pc.in | Use variable library name in pkg-config output. | 16 anni fa |