https://github.com/Microsoft/CNTK
Raw File
Tip revision: 00bd68a091c31c8645dca7c40fb02535d53b1dea authored by Cheng Tang on 03 August 2017, 22:40:40 UTC
add ut
Tip revision: 00bd68a
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