https://github.com/Microsoft/CNTK
Raw File
Tip revision: 13c4e0e044aff91f5be31c204d367c05d952c880 authored by Qiwei Ye on 05 June 2017, 11:16:14 UTC
Merge branch 'master' into qiwye/asgd-dev
Tip revision: 13c4e0e
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