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.

50 lines
1.1 KiB

  1. /*++
  2. Copyright (c) 1996-1997 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. UNI_GLYPHSETDATA dump 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 <uni16res.h>
  19. #include <uni16gpc.h>
  20. #include <prntfont.h>
  21. #include <unilib.h>
  22. #include <fmlib.h>
  23. #include <unirc.h>
  24. #define OUTPUT_VERBOSE 0x00000001
  25. #define OUTPUT_CODEPAGEMODE 0x00000002
  26. #define OUTPUT_PREDEFINED 0x00000004
  27. #define OUTPUT_FONTSIM 0x00000008
  28. #define OUTPUT_FONTSIM_NONADD 0x00000010
  29. #define OUTPUT_FACENAME_CONV 0x00000020
  30. #define OUTPUT_SCALING_ANISOTROPIC 0x00000040
  31. #define OUTPUT_SCALING_ARB_XFORMS 0x00000080
  32. #define PFM2UFM_SCALING_ANISOTROPIC 1
  33. #define PFM2UFM_SCALING_ARB_XFORMS 2
  34. #endif // _PRECOMP_H_