https://github.com/Microsoft/CNTK
Raw File
Tip revision: eafcd9e03a32e0cc7a96c5374c6983c21ac530ac authored by Eldar Akchurin on 23 May 2017, 10:35:59 UTC
Adding more mlf tests
Tip revision: eafcd9e
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