https://github.com/Microsoft/CNTK
Raw File
Tip revision: b2278ecb68fcaec6a07a5620eeb5f040615a3adc authored by Emad Barsoum on 09 June 2017, 23:38:21 UTC
Remove SequenceOver.
Tip revision: b2278ec
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