windows-nt/Source/XPSP1/NT/drivers/video/ms/w32/disp/precomp.h
2020-09-26 16:20:57 +08:00

25 lines
628 B
C

/******************************Module*Header*******************************\
* Module Name: precomp.h
*
* Common headers used throughout the display driver. This entire include
* file will typically be pre-compiled.
*
* Copyright (c) 1993-1995 Microsoft Corporation
\**************************************************************************/
#include <stddef.h>
#include <stdarg.h>
#include <limits.h>
#include <winerror.h>
#include <windef.h>
#include <wingdi.h>
#include <winddi.h>
#include <devioctl.h>
#include <ntddvdeo.h>
#include <ioaccess.h>
#include "lines.h"
#include "hw.h"
#include "driver.h"
#include "debug.h"