https://github.com/Microsoft/CNTK
Raw File
Tip revision: 5556544b04904dbd302ded4c92e969473c8bf40b authored by Willi Richert on 19 June 2017, 11:10:34 UTC
Fix hard tabs
Tip revision: 5556544
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