Results 1 to 2 of 2

Thread: #define WIN32_LEAN_AND_MEAN

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2005
    Posts
    1,364

    #define WIN32_LEAN_AND_MEAN

    i dont understand what dis does? any help guys?

  2. #2
    PowerPoster sunburnt's Avatar
    Join Date
    Feb 2001
    Location
    Boulder, Colorado
    Posts
    1,403

    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
  •  



Click Here to Expand Forum to Full Width