https://github.com/Microsoft/CNTK
Raw File
Tip revision: 216a07f30f5078b46331444b182ab506f4909838 authored by KeDengMS on 12 June 2017, 22:49:47 UTC
no omit frame pointer and other changes
Tip revision: 216a07f
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