https://github.com/Microsoft/CNTK
Revision 4ace943557ff135cec3514b62ddfd96831503c23 authored by liqfu on 27 September 2017, 21:25:49 UTC, committed by hecli on 06 October 2017, 00:59:03 UTC
1 parent 50b5189
Raw File
Tip revision: 4ace943557ff135cec3514b62ddfd96831503c23 authored by liqfu on 27 September 2017, 21:25:49 UTC
extra va_end_start pair
Tip revision: 4ace943
targetver.h
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
//
#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