2016-09-22 16:22:34 -07:00
|
|
|
/**
|
2018-09-11 15:27:47 -07:00
|
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
2016-09-22 16:22:34 -07:00
|
|
|
*
|
2018-11-29 11:35:34 -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
|
|
|
*/
|
|
|
|
// stdafx.h : include file for standard system include files,
|
|
|
|
// or project specific include files that are used frequently, but
|
|
|
|
// are changed infrequently
|
|
|
|
//
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "targetver.h"
|
|
|
|
|
2017-01-31 09:28:10 -08:00
|
|
|
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
2016-09-22 16:22:34 -07:00
|
|
|
// Windows Header Files:
|
|
|
|
#include <windows.h>
|
|
|
|
|
|
|
|
// TODO: reference additional headers your program requires here
|