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.

37 lines
540 B

  1. /*++
  2. Copyright (c) 1996-1997 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. Pre-compile header for Universal printer driver
  7. Environment:
  8. Windows NT printer drivers
  9. Revision History:
  10. 10/16/96 -eigos-
  11. Created it.
  12. --*/
  13. #ifndef _PRECOMP_H_
  14. #define _PRECOMP_H_
  15. #include <lib.h>
  16. #include <unilib.h>
  17. #include <winddi.h>
  18. #include <prntfont.h>
  19. #include "fmoldfm.h"
  20. #include "fontinst.h"
  21. #include "unirc.h"
  22. #include "rpc.h"
  23. #include "winres.h"
  24. #endif // !_PRECOMP_H_