https://github.com/Microsoft/CNTK
Raw File
Tip revision: 49856ab1cbb4084b288315bd5e4983e9164deb36 authored by Alexey Reznichenko on 17 October 2016, 10:10:32 UTC
Revert local adjustments
Tip revision: 49856ab
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