https://github.com/Microsoft/CNTK
Raw File
Tip revision: 8e73a37414be7c8d21e50b28ee5d16c832a3553e authored by Zhanghan Ke on 10 July 2017, 11:06:42 UTC
add unit test for operation from caffe to cntk
Tip revision: 8e73a37
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