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