i dont understand what dis does? any help guys?
Printable View
i dont understand what dis does? any help guys?
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.