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