https://github.com/Microsoft/CNTK
Raw File
Tip revision: b62ff8189374877bb667ce98543685ff915a4692 authored by liqfu on 17 August 2018, 18:48:40 UTC
update according to reviewer's comments
Tip revision: b62ff81
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