https://github.com/Microsoft/CNTK
Raw File
Tip revision: 4b7b7a8547c386715858519bdd537bb5f21e503d authored by Eldar Akchurin on 28 November 2017, 12:55:48 UTC
Fixing restore in place with wrongly reordered placeholders
Tip revision: 4b7b7a8
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