Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
624 B

  1. /******************************Module*Header*******************************\
  2. * Module Name: precomp.h
  3. *
  4. * Common headers used throughout the display driver. This entire include
  5. * file will typically be pre-compiled.
  6. *
  7. * Copyright (c) 1993-1995 Microsoft Corporation
  8. \**************************************************************************/
  9. #include <stddef.h>
  10. #include <stdarg.h>
  11. #include <limits.h>
  12. #include <windef.h>
  13. #include <wingdi.h>
  14. #include <winddi.h>
  15. #include <devioctl.h>
  16. #include <ntddvdeo.h>
  17. #include <ioaccess.h>
  18. #include <math.h>
  19. #include "lines.h"
  20. #include "driver.h"
  21. #include "hw.h"
  22. #include "debug.h"