https://github.com/Microsoft/CNTK
Raw File
Tip revision: 49695c273d0e9871b318394670e04debcb585e0b authored by sayanpa on 11 August 2017, 01:26:43 UTC
Merged changes from git issue #2022
Tip revision: 49695c2
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