https://github.com/Microsoft/CNTK
Raw File
Tip revision: d21b3a99d5ec69876d44497058400dfbf88d7376 authored by Spandan Tiwari on 12 July 2018, 20:14:53 UTC
Cleaning up changes.
Tip revision: d21b3a9
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