https://github.com/Microsoft/CNTK
Raw File
Tip revision: d88d4424bab347cd50564ac68300d269823aef76 authored by Sergii Dymchenko on 02 August 2018, 21:04:36 UTC
Use tempfile instead of fixed file name in ONNX backend.
Tip revision: d88d442
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