Revision 59d382f2ea108e26321618ad42cef65cdcc570da authored by Mark Hillebrand on 18 January 2016, 08:31:47 UTC, committed by Mark Hillebrand on 18 January 2016, 08:31:47 UTC
1 parent 69ccd3f
Raw File
targetver.h
//
// <copyright file="targetver.h" company="Microsoft">
//     Copyright (c) Microsoft Corporation.  All rights reserved.
// </copyright>
//
#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