https://github.com/Microsoft/CNTK
Raw File
Tip revision: ee04a898b95f6b8d2ab94ae9fd34d993474cfff1 authored by duli1 on 07 September 2017, 05:35:17 UTC
Tensorboard image feature support.
Tip revision: ee04a89
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