Source code of Windows XP (NT5)
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.

53 lines
848 B

  1. /*++
  2. Copyright (c) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. unirc.h
  5. Abstract:
  6. Universal printer driver specific resource header
  7. This file contains definitions for tables contained in the resource file
  8. of the Mini Driver resource DLL. It should be shared by both gentool and the
  9. generic library.
  10. Environment:
  11. Windows NT printer drivers
  12. Revision History:
  13. 11/05/96 -eigos-
  14. Created it.
  15. --*/
  16. #ifndef _UNIRC_H_
  17. #define _UNIRC_H_
  18. //
  19. // The following are the resource types used in minidrivers and
  20. // used in the .rc file.
  21. //
  22. #define RC_TABLES 257
  23. #define RC_FONT 258
  24. #define RC_TRANSTAB 259
  25. //
  26. // 5.0 resource types
  27. //
  28. #define RC_UFM 260
  29. #define RC_GTT 261
  30. #define RC_HTPATTERN 264
  31. //
  32. // Internal resource type
  33. //
  34. #define RC_FD_GLYPHSET 262
  35. #endif // _UNIRC_H_