https://github.com/Microsoft/CNTK
Raw File
Tip revision: a374e4652ede3ee9cde3a366cc980efbd1e109a6 authored by Eldar Akchurin on 28 July 2017, 17:28:24 UTC
Another fix
Tip revision: a374e46
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