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.

55 lines
821 B

  1. /*++
  2. Copyright (c) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. unidrv.h
  5. Abstract:
  6. Unidrv driver main header file. All other header files should
  7. be included in this for precompiled headers to work.
  8. Environment:
  9. Windows NT Unidrv driver
  10. Revision History:
  11. 10/14/96 -amandan-
  12. Created
  13. dd-mm-yy -author-
  14. description
  15. --*/
  16. #ifndef _UNIDRV_H_
  17. #define _UNIDRV_H_
  18. #include "lib.h"
  19. #include "unilib.h"
  20. #include "gpd.h"
  21. #include "mini.h"
  22. #include "winres.h"
  23. #include "pdev.h"
  24. #include "palette.h"
  25. #include "data.h"
  26. #include "init.h"
  27. #include "physical.h"
  28. #include "common.h"
  29. #include "fontif.h"
  30. #include "rasterif.h"
  31. #include "state.h"
  32. #include "brush.h"
  33. #include "vectorif.h"
  34. #endif // !_UNIDRV_H_