]> granicus.if.org Git - python/commit
WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few
authorTim Peters <tim.peters@gmail.com>
Sun, 14 Jul 2002 22:14:19 +0000 (22:14 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 14 Jul 2002 22:14:19 +0000 (22:14 +0000)
commit7a1f91709bf825964e47d751ca84e90e7502a936
treee4c09bfb12c3713c04d528dcb0e67d30645d57a9
parenta81d220625ae5a157c3bdc72298939b56d2a6faa
WINDOWS_LEAN_AND_MEAN:  There is no such symbol, although a very few
MSDN sample programs use it, apparently in error.  The correct name
is WIN32_LEAN_AND_MEAN.  After switching to the correct name, in two
cases more was needed because the code actually relied on things that
disappear when WIN32_LEAN_AND_MEAN is defined.
Modules/_localemodule.c
Modules/posixmodule.c
Objects/fileobject.c
PC/w9xpopen.c