https://github.com/Microsoft/CNTK
Raw File
Tip revision: 793bdb29a1923bd11dc56d294252da3029c944f1 authored by Chaojun Liu on 08 December 2019, 07:11:36 UTC
fix pillow version
Tip revision: 793bdb2
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