Getting Started : Chapter 2 Building the Libraries : Default Windows Defines
Default Windows Defines
Information regarding Stingray's supported platforms, operating systems, compilers, and processor architectures is in the header file SupportedPlatforms.h, located in the <stingray-installdir>\Include directory. Use SupportedPlatforms.h to define WINVER, _WIN32_WINNT, and _WIN32_IE with a single NTDDI_VERSION macro definition change.
SupportedPlatforms.h should be included at the top of the stdafx.h file for both applications and samples, and should be included before any other Windows header files.