https://github.com/Microsoft/CNTK
Raw File
Tip revision: e5961ebe6da74d262b986edacfbaa933062172fc authored by Kate Puech on 13 November 2017, 17:45:51 UTC
fixing mkl path in make command
Tip revision: e5961eb
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