https://github.com/Microsoft/CNTK
Raw File
Tip revision: 51f6db914e01f3b794939eb070e708e33e3aa52d authored by Amit on 12 February 2016, 06:29:28 UTC
Testing something
Tip revision: 51f6db9
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