https://github.com/Microsoft/CNTK
Raw File
Tip revision: f29291161e1e111554357a894819946567548b30 authored by William Darling on 17 February 2017, 13:23:05 UTC
updated to be compatible w beta 11
Tip revision: f292911
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