Revision c97f34ce6638eed823b79ac71802c8a84a31a430 authored by Lewei Lu on 04 August 2017, 16:14:38 UTC, committed by Lewei Lu on 04 August 2017, 16:14:38 UTC
2 parent s 7ab0f6a + b4f0833
Raw File
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.
#ifdef __WINDOWS__
#include <SDKDDKVer.h>
#endif
back to top