https://github.com/Microsoft/CNTK
Raw File
Tip revision: c10fb0cf1d90e6d0634ca6ca62f159035c0a40e8 authored by kaituoxu on 11 June 2018, 10:05:42 UTC
cherry-pick 8deb528b7298f988a614f8570ef1211ccdc446d6 from t-kax/debug-fsmn
Tip revision: c10fb0c
targetver.h
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
//
#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