18 lines
616 B
C
18 lines
616 B
C
![]() |
/**
|
||
|
* Copyright (c) 2014-present, Facebook, Inc.
|
||
|
* All rights reserved.
|
||
|
*
|
||
|
* This source code is licensed under the BSD-style license found in the
|
||
|
* LICENSE file in the root directory of this source tree. An additional grant
|
||
|
* of patent rights can be found in the PATENTS file in the same directory.
|
||
|
*/
|
||
|
|
||
|
#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>
|