terminal/src/renderer/wddmcon/precomp.h

33 lines
554 B
C

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
#pragma once
#define NOMINMAX
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <condrv.h>
#include <cmath>
#include <exception>
#include <typeinfo>
#include <stdexcept>
#include <dxgi.h>
#include <dxgidwm.h>
#include <d3d11.h>
#include <d2d1.h>
#include <d2d1helper.h>
#include <dwrite.h>
// This includes support libraries from the CRT, STL, WIL, and GSL
#include "LibraryIncludes.h"
#pragma hdrstop