https://github.com/Microsoft/CNTK
Raw File
Tip revision: 9681e4e381fb1ea64df0e05669324a2acbb64eb9 authored by jianluan on 26 December 2016, 09:21:17 UTC
Merge branch 'master' into jianluan/test1
Tip revision: 9681e4e
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