https://github.com/Microsoft/CNTK
Raw File
Tip revision: 9fc3114b9d95b023516a3695d5046eb0723d24c4 authored by Mark Hillebrand on 10 February 2017, 14:40:43 UTC
CNTK_201B_CIFAR-10_ImageHandsOn.ipynb: fix PIL.Image import
Tip revision: 9fc3114
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