// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. // // pch.h // Header for platform projection include files // #pragma once // Needs to be defined or we get redeclaration errors #define WIN32_LEAN_AND_MEAN #define NOMCX #define NOHELP #define NOCOMM // Manually include til after we include Windows.Foundation to give it winrt superpowers #define BLOCK_TIL #include // Must be included before any WinRT headers. #include #include #include #include "winrt/Windows.Security.Credentials.h" #include "winrt/Windows.Foundation.Collections.h" #include "winrt/Windows.Web.Http.h" #include "winrt/Windows.Web.Http.Headers.h" #include "winrt/Windows.Data.Json.h" #include #include #include #include TRACELOGGING_DECLARE_PROVIDER(g_hTerminalConnectionProvider); #include #include "til.h" #include #include