https://github.com/Microsoft/CNTK
Raw File
Tip revision: f506b683572c3940ddbaf740c26da55c00a3361c authored by Thiago Crepaldi on 15 March 2018, 05:24:59 UTC
Preparing Release 2.5 - update build flags
Tip revision: f506b68
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