windows-nt/Source/XPSP1/NT/drivers/video/matrox/mga/disp/precomp.h

28 lines
684 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/******************************Module*Header*******************************\
* Module Name: precomp.h
*
* Common headers used throughout the display driver. This entire include
* file will typically be pre-compiled.
*
* Copyright (c) 1994-1996 Microsoft Corporation
\**************************************************************************/
#include <stddef.h>
#include <stdarg.h>
#include <limits.h>
#include <windef.h>
#include <winerror.h>
#include <wingdi.h>
#include <winddi.h>
#include <devioctl.h>
#include <ntddvdeo.h>
#include <ioaccess.h>
#include <mcdrv.h>
#include <gl\gl.h>
#include <math.h>
#include "lines.h"
#include "debug.h"
#include "driver.h"
#include "hw.h"