summaryrefslogtreecommitdiffstats
path: root/private/mvdm/dpmi32/precomp.h
blob: 524eb8b2e14948ce206af6f7a9bd51e0cde6784d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*++

Copyright (c) 1992  Microsoft Corporation

Module Name:

    precomp.h

Abstract:

    This is the private include file for the 32 bit dpmi and protected mode
    support

--*/

#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <vdm.h>
#include <dpmi.h>
#include <vint.h>
#include <mvdm.h>
#include <dpmidata.h>
#include <dpmi32p.h>