https://github.com/Microsoft/CNTK
Raw File
Tip revision: 61c820236e91336f844ff6bd5fdcee568c36bfdf authored by Lewei Lu on 07 August 2017, 03:22:41 UTC
Merge remote-tracking branch 'origin/master' into lewlu/inceptionv3-py
Tip revision: 61c8202
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