terminal/src/cascadia/PublicTerminalCore/pch.h
2021-09-09 10:04:45 -05:00

14 lines
449 B
C

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN // If this is not defined, windows.h includes commdlg.h which defines FindText globally and conflicts with UIAutomation ITextRangeProvider.
#define NOMCX
#define NOHELP
#define NOCOMM
#endif
#include <LibraryIncludes.h>
#define CPPWINRT_VERSION "2.0.210309.3"
#include "winrt/Microsoft.Terminal.Core.h"