https://github.com/Microsoft/CNTK
Raw File
Tip revision: 05d3cf2fcbdb0bbcd0714457a5770ee1997b619e authored by Rui Zhao (SPEECH) on 28 December 2018, 06:27:11 UTC
GPU for all
Tip revision: 05d3cf2
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