All project created with MSVC have stdafx, which is precompiled headers, which I know what they are but what about targetver.h ? It includes SDKDDKVer.h, and I can't find what is that header about.
What is this for ?
|
All project created with MSVC have stdafx, which is precompiled headers, which I know what they are but what about targetver.h ? It includes SDKDDKVer.h, and I can't find what is that header about. What is this for ? |
|||
|
|
|||
|
|
_WIN32_WINNTandWINVER. It does other things, but that's its most important task. – David Heffernan May 10 '12 at 17:45