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.

62 lines
1.4 KiB

  1. //multihst.rc : resource file for multihost control
  2. //Copyright Microsoft Corporation 2000
  3. #include "resource.h"
  4. #include "winres.h"
  5. #include "winver.h"
  6. #include "ntverp.h"
  7. #define VER_FILETYPE VFT_DLL
  8. #define VER_FILESUBTYPE VFT2_UNKNOWN
  9. #define VER_FILEDESCRIPTION_STR "Terminal Services Connections multihost"
  10. #define VER_INTERNALNAME_STR "mstsmhst.dll"
  11. #define VER_ORIGINALFILENAME_STR "mstsmhst.dll"
  12. #include "common.ver"
  13. 1 TEXTINCLUDE DISCARDABLE
  14. BEGIN
  15. "resource.h\0"
  16. END
  17. 2 TEXTINCLUDE DISCARDABLE
  18. BEGIN
  19. "#include ""winres.h""\r\n"
  20. "\0"
  21. END
  22. 3 TEXTINCLUDE DISCARDABLE
  23. BEGIN
  24. "1 TYPELIB ""MstsMhst.tlb""\r\n"
  25. "\0"
  26. END
  27. /////////////////////////////////////////////////////////////////////////////
  28. //
  29. // REGISTRY
  30. //
  31. IDR_MSTSCMHST REGISTRY DISCARDABLE "multihst.rgs"
  32. /////////////////////////////////////////////////////////////////////////////
  33. //
  34. // String Table
  35. //
  36. STRINGTABLE DISCARDABLE
  37. BEGIN
  38. IDS_PROJNAME "MstsMhst"
  39. END
  40. /////////////////////////////////////////////////////////////////////////////
  41. /////////////////////////////////////////////////////////////////////////////
  42. //
  43. // Generated from the TEXTINCLUDE 3 resource.
  44. //
  45. 1 TYPELIB "multihost.tlb"
  46. /////////////////////////////////////////////////////////////////////////////