[Python-bugs-list] [ python-Bugs-418296 ] WinMain.c should use WIN32_LEAN_AND_MEAN

noreply@sourceforge.net noreply@sourceforge.net
Mon, 23 Apr 2001 10:50:53 -0700


Bugs item #418296, was updated on 2001-04-23 10:50
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=418296&group_id=5470

Category: Windows
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Kevin Rodgers (krodgers)
Assigned to: Nobody/Anonymous (nobody)
Summary: WinMain.c should use WIN32_LEAN_AND_MEAN

Initial Comment:
WinMain.c defines WINDOWS_LEAN_AND_MEAN prior to
including windows.h.  In VC++ 6.0, this is incorrect;
it should be WIN32_LEAN_AND_MEAN.  I don't have access
to VC++ 5.0, so I don't know if this is something that
changed between VC++ versions or not.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=418296&group_id=5470