https://github.com/Microsoft/CNTK
Raw File
Tip revision: af267cf4457db9941bb4528efc939e8e4efb0638 authored by renbo on 04 June 2019, 08:19:34 UTC
update onnx_repo submodule from release_2.7
Tip revision: af267cf
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