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.

75 lines
1.8 KiB

  1. /*
  2. ** Template for version resources. Place this in your .rc file,
  3. ** editing the values for VER_FILETYPE, VER_FILESUBTYPE,
  4. ** VER_FILEDESCRIPTION_STR and VER_INTERNALNAME_STR as needed.
  5. ** See winver.h for possible values.
  6. **
  7. ** Ntverp.h defines several global values that don't need to be
  8. ** changed except for official releases such as betas, sdk updates, etc.
  9. **
  10. ** Common.ver has the actual version resource structure that all these
  11. ** #defines eventually initialize.
  12. */
  13. #include <windows.h>
  14. STRINGTABLE
  15. BEGIN
  16. 1 "administrative settings or explicit request"
  17. 2 "user request"
  18. 3 "unknown"
  19. 4 "(NOT DISCONNECTED!)"
  20. 5 "am"
  21. 6 "pm"
  22. 7 "<Unauthenticated User>"
  23. 8 "idle disconnect"
  24. 9 "session timeout"
  25. END
  26. #include <ntverp.h>
  27. /*-----------------------------------------------*/
  28. /* the following lines are specific to this file */
  29. /*-----------------------------------------------*/
  30. /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
  31. * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
  32. * The strings don't need a '\0', since common.ver has them.
  33. */
  34. #define VER_FILETYPE VFT_DLL
  35. /* possible values: VFT_UNKNOWN
  36. VFT_APP
  37. VFT_DLL
  38. VFT_DRV
  39. VFT_FONT
  40. VFT_VXD
  41. VFT_STATIC_LIB
  42. */
  43. #define VER_FILESUBTYPE VFT2_UNKNOWN
  44. /* possible values VFT2_UNKNOWN
  45. VFT2_DRV_PRINTER
  46. VFT2_DRV_KEYBOARD
  47. VFT2_DRV_LANGUAGE
  48. VFT2_DRV_DISPLAY
  49. VFT2_DRV_MOUSE
  50. VFT2_DRV_NETWORK
  51. VFT2_DRV_SYSTEM
  52. VFT2_DRV_INSTALLABLE
  53. VFT2_DRV_SOUND
  54. VFT2_DRV_COMM
  55. */
  56. #define VER_FILEDESCRIPTION_STR "Demand Dial Manager Supervisor"
  57. #define VER_INTERNALNAME_STR "mprddm.dll"
  58. #define VER_ORIGINALFILENAME_STR "mprddm.dll"
  59. #include "common.ver" // NT5.0 version file.