https://github.com/Microsoft/CNTK
Raw File
Tip revision: 82e2c09a442b81de5f303b5e32a537d665c2cf98 authored by PengchengHe on 28 March 2017, 08:29:18 UTC
Address comments
Tip revision: 82e2c09
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