https://github.com/Microsoft/CNTK
Raw File
Tip revision: 3691d78b558742ed1940da178e491358147d4720 authored by Rui Zhao (SPEECH) on 06 June 2017, 00:09:24 UTC
add left TC fix 3
Tip revision: 3691d78
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