https://github.com/Microsoft/CNTK
Raw File
Tip revision: 15c6c1d4d0ac600b54a6ef01eb39f5dbad8ae3dd authored by Morgan Funtowicz on 17 July 2017, 14:57:12 UTC
Wrong formatting.
Tip revision: 15c6c1d
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