mesa: Avoid WIN32_LEAN_AND_MEAN re-definition.

This commit is contained in:
José Fonseca 2009-12-31 20:14:30 +00:00
parent 04c7f483b4
commit 33f44b93d2
1 changed files with 2 additions and 0 deletions

View File

@ -85,7 +85,9 @@
* glut.h or gl.h.
*/
#if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__)
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1
#endif
#include <windows.h>
#endif