https://github.com/Microsoft/CNTK
Raw File
Tip revision: e2d79d7da03e879bb89a9befcb685214a893f974 authored by Bowen Bao on 14 December 2018, 18:16:57 UTC
Submodule onnxruntime, and remove previous drop.
Tip revision: e2d79d7
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