https://github.com/Microsoft/CNTK
Raw File
Tip revision: 97b824cacf75f07ccc4e975a923fe0b351bea587 authored by Wayne Xiong on 22 October 2016, 00:27:45 UTC
Remove a couple of parameters
Tip revision: 97b824c
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.

#ifdef __WINDOWS__
#include <SDKDDKVer.h>
#endif
back to top