https://github.com/Microsoft/CNTK
Raw File
Tip revision: e1907b3b87f8b92f873831e4430a40e84350741d authored by Nikola Milosavljevic on 04 April 2017, 08:48:17 UTC
Fix aggregation of EpochAccumulator nodes
Tip revision: e1907b3
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