[ scummvm-Patches-3121969 ] WIN32_MEAN_AND_LEAN in incorrect place

SourceForge.net noreply at sourceforge.net
Mon Nov 29 05:15:07 CET 2010


Patches item #3121969, was opened at 2010-11-29 13:15
Message generated for change (Tracker Item Submitted) made by sven3000
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=3121969&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sven (sven3000)
Assigned to: Nobody/Anonymous (nobody)
Summary: WIN32_MEAN_AND_LEAN in incorrect place

Initial Comment:
In svn revision 54565, in the backends/platform/sdl/win32/win32.cpp file, the #define WIN32_LEAN_AND_MEAN line is under the #include <windows.h> line, meaning it has no effect. It should be above the #include, as per the attached patch.

It's already in the correct place in win32-main.cpp.

Note that the only effect of this #define is improved compilation times.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=3121969&group_id=37116




More information about the Scummvm-tracker mailing list