https://github.com/Microsoft/CNTK
Raw File
Tip revision: b3597b49b7bcf6fa4357ad8ffd29b1a6189ae9b3 authored by KeDengMS on 06 March 2018, 23:18:37 UTC
remove import math
Tip revision: b3597b4
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