https://github.com/Microsoft/CNTK
Raw File
Tip revision: 44a29195637e0eb70240457b487c447140a95b21 authored by Wayne Xiong on 22 December 2017, 01:22:09 UTC
Merge remote-tracking branch 'origin/master' into weixi/lfmmi-conttrain
Tip revision: 44a2919
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