https://github.com/Microsoft/CNTK
Raw File
Tip revision: 04305f4d6d2b0c4fb841402e83255de3dcfefdb7 authored by Leonardo Nunes on 29 May 2018, 23:40:38 UTC
Removing GPU NMS binary.
Tip revision: 04305f4
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