https://github.com/Microsoft/CNTK
Raw File
Tip revision: 89d8651784dfc562e980787181db9453fcaa2c0d authored by Vadim Mazalov on 17 June 2016, 05:32:33 UTC
--amend
Tip revision: 89d8651
targetver.h
#pragma once

// Including SDKDDKVer.h defines the highest available Windows platform.

// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.

#ifdef __WINDOWS__
#include <SDKDDKVer.h>
#endif
back to top