https://github.com/Microsoft/CNTK
Raw File
Tip revision: 8e3431e5ff0dd9d9e37a563df80a89cf1e58560a authored by Bowen Bao on 20 July 2018, 00:57:07 UTC
update documentation for arguments order change
Tip revision: 8e3431e
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