https://github.com/Microsoft/CNTK
Raw File
Tip revision: cae9288e45b5e6958010bb694d3230947cb22ef4 authored by Lewei Lu on 16 October 2017, 06:18:38 UTC
update documentation & add m_aspectRatioMin negative check
Tip revision: cae9288
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