21 lines
544 B
C
21 lines
544 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) 2000 Microsoft Corporation
|
|
\**************************************************************************/
|
|
|
|
#include <stddef.h>
|
|
#include <stdarg.h>
|
|
#include <limits.h>
|
|
#include <windef.h>
|
|
#include <wingdi.h>
|
|
#include <winddi.h>
|
|
#include <devioctl.h>
|
|
#include <ntddvdeo.h>
|
|
|
|
#include "driver.h"
|
|
#include "debug.h"
|