https://github.com/Microsoft/CNTK
Raw File
Tip revision: e42310cfad0a01288d9202c273e6bfc0d55ccd0a authored by Alexey Reznichenko on 08 August 2017, 15:02:58 UTC
MLFIndexBuilder: skip empty lines
Tip revision: e42310c
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