On Tue, May 15, 2012 at 11:07 PM, K. Frank <[email protected]> wrote:

>
> And it shaves about six seconds (about 40%) off of the compilation
> time of a small, three-file test program.  (Oh, well ...  Less time to
> read xkcd ...  http://xkcd.com/303/)
>
>
What is the time difference if you continue to use Windows.h, but define
WIN32_LEAN_AND_MEAN?

http://msdn.microsoft.com/en-us/library/aa383745(v=vs.85).aspx#faster_builds_with_smaller_header_files

e.g.

#define WIN32_LEAN_AND_MEAN
#include <windows.h>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to