Leaked source code of windows server 2003
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.

34 lines
970 B

  1. /******************************Module*Header**********************************\
  2. *
  3. * *******************
  4. * * GDI SAMPLE CODE *
  5. * *******************
  6. *
  7. * Module Name: precomp.h
  8. *
  9. * Content: Common headers used throughout the display driver. This entire
  10. * include file will typically be pre-compiled.
  11. *
  12. * Copyright (c) 1994-1999 3Dlabs Inc. Ltd. All rights reserved.
  13. * Copyright (c) 1995-2003 Microsoft Corporation. All rights reserved.
  14. \*****************************************************************************/
  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 <devioctl.h>
  23. #include <ntddvdeo.h>
  24. #include <ioaccess.h>
  25. #define GLINT 1
  26. #define DBG_TRACK_CODE 0
  27. #include "driver.h"
  28. #include "glint.h"
  29. #include "lines.h"
  30. #include "debug.h"