// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. #pragma once // This includes support libraries from the CRT, STL, WIL, and GSL #define BLOCK_TIL // We want to include it later, after DX. #include "LibraryIncludes.h" #include #include #include "../host/conddkrefs.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include // Re-include TIL at the bottom to gain DX superpowers. #include "til.h" #pragma hdrstop