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.

47 lines
862 B

  1. /*++
  2. * File name:
  3. * tclient.rc
  4. * Contents:
  5. * Resource file
  6. *
  7. * Copyright (C) 1998-1999 Microsoft Corp.
  8. --*/
  9. #include <windows.h>
  10. #include <ntverp.h>
  11. #include "resource.h"
  12. #define VER_FILETYPE VFT_DLL
  13. #define VER_FILESUBTYPE VFT2_UNKNOWN
  14. #define VER_FILEDESCRIPTION_STR "Microsoft\256 DLL for Simulated Terminal Server Client"
  15. #define VER_INTERNALNAME_STR "tclient.dll"
  16. #define VER_ORIGINALFILENAME_STR "tclient.dll"
  17. #include <common.ver>
  18. //
  19. // Registry.
  20. //
  21. IDR_TClient REGISTRY MOVEABLE PURE "tclientaxobj.rgs"
  22. //
  23. // Icon.
  24. //
  25. IDI_ICON1 ICON DISCARDABLE "icon1.ico"
  26. //
  27. // String table.
  28. //
  29. STRINGTABLE DISCARDABLE
  30. BEGIN
  31. IDS_TCLIENTAXOBJ_DESC "TClient Class"
  32. END
  33. //
  34. // Generated from the TEXTINCLUDE 3 resource.
  35. //
  36. 1 TYPELIB "tclientax.tlb"