2019-06-06 19:36:56 -07:00
|
|
|
/*
|
2022-10-04 13:59:32 -07:00
|
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
2016-09-22 16:22:34 -07:00
|
|
|
*
|
2019-10-15 10:30:08 -07: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
|
|
|
*/
|
2019-10-15 10:30:08 -07:00
|
|
|
|
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
|