https://github.com/Microsoft/CNTK
Raw File
Tip revision: c07eaf9d9395ba0be8b16a5bd74efec0e1ad3b93 authored by Vadim Mazalov on 23 November 2016, 01:20:55 UTC
Add model version to logs
Tip revision: c07eaf9
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