diff options
Diffstat (limited to 'AVStream/samplemft0/targetver.h')
| -rw-r--r-- | AVStream/samplemft0/targetver.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/AVStream/samplemft0/targetver.h b/AVStream/samplemft0/targetver.h new file mode 100644 index 00000000..fc349fa5 --- /dev/null +++ b/AVStream/samplemft0/targetver.h @@ -0,0 +1,15 @@ +//// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF +//// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO +//// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A +//// PARTICULAR PURPOSE. +//// +//// Copyright (c) Microsoft Corporation. All rights reserved + +#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> |
