summaryrefslogtreecommitdiff
path: root/platform/winrt/mupdf_cpp/pch.h
blob: b23c6b700e7108dd07e2a2e4f91d60f11881643e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
// pch.h
// Header for standard system include files.
//

#pragma once

#include <collection.h>
#include "App.xaml.h"
/* DirectX requirements */
#include <wrl.h>
#include <wrl\client.h>
#include <dxgi.h>
#include <dxgi1_2.h>
#include <D2d1_1.h>
#include <D3D11.h>
#include <PrintPreview.h>
#include <Wincodec.h>