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.

33 lines
838 B

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