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.

39 lines
669 B

  1. /*++
  2. Copyright (c) 1996-1997 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. CTT to UNI_GLYPHSETDATA conversion tool precompile header.
  7. All other header files should be included in this precompiled header.
  8. Environment:
  9. Windows NT printer drivers
  10. Revision History:
  11. 11/01/96 -eigos-
  12. Created it.
  13. --*/
  14. #ifndef _PRECOMP_H_
  15. #define _PRECOMP_H_
  16. #include <lib.h>
  17. #include <win30def.h>
  18. #include <uni16gpc.h>
  19. #include <uni16res.h>
  20. #include <prntfont.h>
  21. #include <unilib.h>
  22. #include "local.h"
  23. #include "fmlib.h"
  24. #endif // _PRECOMP_H_