https://github.com/Microsoft/CNTK
Raw File
Tip revision: 66f4d8d594cab128f5fe160ade2adfd04a164004 authored by Eldar Akchurin on 13 January 2017, 17:28:02 UTC
Adding more tests and fixing bugs in the randomizer/packer
Tip revision: 66f4d8d
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