https://github.com/Microsoft/CNTK
Raw File
Tip revision: 94e6582d2f63ce3bb048b9da01679abeacda877f authored by Manik Jindal on 21 December 2017, 18:39:44 UTC
Fix max retries while downloading model file
Tip revision: 94e6582
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