https://github.com/Microsoft/CNTK
Raw File
Tip revision: ad94304c7051578e3fcd797cc7c034942482d066 authored by Mark Hillebrand on 24 May 2017, 06:52:11 UTC
bindings/python/doc/gettingstarted.rst: activate not necessary if CNTK in root environment
Tip revision: ad94304
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