https://github.com/Microsoft/CNTK
Raw File
Tip revision: 883a862e429118105bcb3f0e2731b36bedff8c91 authored by KeDengMS on 29 November 2018, 05:51:29 UTC
Fix deref of variable on stack
Tip revision: 883a862
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.

#ifdef __WINDOWS__
#include <SDKDDKVer.h>
#endif
back to top