https://github.com/Microsoft/CNTK
Revision 6c1efa9462c0761430584ec9229152553cafe6e6 authored by Amit Agarwal on 27 June 2016, 23:32:02 UTC, committed by Amit Agarwal on 27 June 2016, 23:32:02 UTC
1 parent f59a86c
Raw File
Tip revision: 6c1efa9462c0761430584ec9229152553cafe6e6 authored by Amit Agarwal on 27 June 2016, 23:32:02 UTC
Run E2E tests under CUDA memcheck
Tip revision: 6c1efa9
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