https://github.com/Microsoft/CNTK
Raw File
Tip revision: f67cbab74de95557d98867494667bb0a19e20967 authored by Alexey Reznichenko on 04 August 2016, 15:13:52 UTC
Learners v2 unit tests
Tip revision: f67cbab
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