https://github.com/Microsoft/CNTK
Raw File
Tip revision: 650848d9bf1d8275bcc0f6fe7375096db88529eb authored by Mark Hillebrand on 12 June 2017, 14:09:46 UTC
WIP
Tip revision: 650848d
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