OSDN Git Service

scons: Don't globally define WIN32_LEAN_AND_MEAN.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 31 Dec 2009 20:19:18 +0000 (20:19 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 1 Jan 2010 12:16:19 +0000 (12:16 +0000)
commit3d747eded475b227cc025391d0438a5dd1357cb9
treea28aa33f87abddc093684d28a92a90563eb9e17b
parent33f44b93d26a1d0c2c15a2613b07510825bc1d54
scons: Don't globally define WIN32_LEAN_AND_MEAN.

Some of the demo progams legitimately need the functionality
that's disabled by WIN32_LEAN_AND_MEAN.

Instead the solution should be to define WIN32_LEAN_AND_MEAN just before
including windows.h on a case by case basis.
scons/gallium.py
scons/generic.py
src/gallium/state_trackers/wgl/SConscript