https://github.com/Microsoft/CNTK
Raw File
Tip revision: 629333bd93b8aa32b7a2d745b180c91597baad06 authored by Manik Jindal on 06 December 2017, 02:35:02 UTC
Add whl and NuGet package links in README.md
Tip revision: 629333b
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.

#ifdef __WINDOWS__
#include <SDKDDKVer.h>
#endif
back to top