https://github.com/Microsoft/CNTK
Raw File
Tip revision: 4a6238d9798905dc01927d3b5a665acbbca727c2 authored by Peyman Manikashani on 23 August 2018, 18:05:56 UTC
reduction all axes export fix
Tip revision: 4a6238d
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