|
-
Jan 17th, 2006, 03:29 PM
#1
Thread Starter
Frenzied Member
#define WIN32_LEAN_AND_MEAN
i dont understand what dis does? any help guys?
-
Jan 17th, 2006, 03:38 PM
#2
Re: #define WIN32_LEAN_AND_MEAN
defining this macro before including <windows.h> instructs the header file to not include some less frequently used header files. This can have the effect of decreasing compile time.
I wish I could tell you which specific headers it discards, but I can't seem to find a list anywhere.
Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|