https://github.com/Microsoft/CNTK
Raw File
Tip revision: 09bfdd1d0d77d32e2718f89ce69732c07a382124 authored by Peggy Peng on 29 April 2019, 23:15:02 UTC
Check is inf
Tip revision: 09bfdd1
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