https://github.com/Microsoft/CNTK
Raw File
Tip revision: 0834f71ecfe465d9941b24b6833e6b5d5d3b9cda authored by thhoens on 28 June 2016, 18:43:52 UTC
Removed atmoic and added instrumentation.
Tip revision: 0834f71
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