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.

47 lines
709 B

  1. /*++
  2. Copyright (c) 1996 - 1999 Microsoft Corporation
  3. Module Name:
  4. raster.h
  5. Abstract:
  6. Raster module main header file.
  7. Environment:
  8. Windows NT Unidrv driver
  9. Revision History:
  10. 10/14/96 -amandan-
  11. Created
  12. 12/10/96 -alvins-
  13. Added required header info for raster module
  14. dd-mm-yy -author-
  15. description
  16. --*/
  17. #ifndef _RASTER_H_
  18. #define _RASTER_H_
  19. #include "lib.h"
  20. #include "unilib.h"
  21. #include "gpd.h"
  22. #include "mini.h"
  23. #include "winres.h"
  24. #include "pdev.h"
  25. #include "palette.h"
  26. #include "common.h"
  27. #include "rasterif.h"
  28. #include "printoem.h"
  29. #include "oemutil.h"
  30. #include "rastpdev.h"
  31. #endif // !_RASTER_H_