https://github.com/Microsoft/CNTK
Raw File
Tip revision: 113ba0243f4c7fde1471b501fa8fa4fd9dda284e authored by Bowen Bao on 24 July 2018, 20:08:52 UTC
remove print
Tip revision: 113ba02
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