https://github.com/Microsoft/CNTK
Raw File
Tip revision: 8e44ff4604d3ede99c0067869e0132dde53c5b9c authored by Cheng Tang on 17 April 2017, 22:13:48 UTC
temp profiling code
Tip revision: 8e44ff4
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