https://github.com/Microsoft/CNTK
Raw File
Tip revision: ec2cd71921bd809c03ca5c8803096680f0560259 authored by Kyoichi Iwasaki on 03 December 2017, 07:56:26 UTC
Modified library import for "distributed"
Tip revision: ec2cd71
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