https://github.com/Microsoft/CNTK
Raw File
Tip revision: 92b592e0c9fe00d940c59e2f5082f93e5598341f authored by Junjie Qian on 17 May 2018, 00:26:03 UTC
Remove NCCL in Makefile
Tip revision: 92b592e
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.

#include <SDKDDKVer.h>
back to top