https://github.com/Microsoft/CNTK
Raw File
Tip revision: fd518f605a6ffc86c79c353d4ecf36ecfd517dfb authored by Eldar Akchurin on 10 July 2017, 14:16:32 UTC
Fixing multithreading
Tip revision: fd518f6
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