https://github.com/Microsoft/CNTK
Raw File
Tip revision: 3cb15dc2f02454a4c5e0c7344bd8565a5785782f authored by Eldar Akchurin on 11 October 2017, 09:24:53 UTC
Some fixes
Tip revision: 3cb15dc
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