2016-09-22 16:22:34 -07:00
|
|
|
/**
|
|
|
|
* Copyright (c) 2014-present, Facebook, Inc.
|
|
|
|
*
|
2018-02-16 18:24:55 -08:00
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
2016-09-22 16:22:34 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#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>
|