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.

26 lines
859 B

  1. //Copyright (c) Microsoft Corporation. All rights reserved.
  2. #include "winver.h"
  3. #ifdef WHISTLER_BUILD
  4. #include "ntverp.h"
  5. #else
  6. #include "solarver.h"
  7. #endif //WHISTLER_BUILD
  8. #include "..\common\tlntres.rc"
  9. /*-----------------------------------------------*/
  10. /* the following lines are specific to this file */
  11. /*-----------------------------------------------*/
  12. /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
  13. * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
  14. * The strings don't need a '\0', since common.ver has them.
  15. */
  16. #define VER_FILETYPE VFT_APP
  17. #define VER_FILESUBTYPE VFT2_DRV_INSTALLABLE
  18. #define VER_FILEDESCRIPTION_STR "Microsoft Telnet Server Helper"
  19. #define VER_INTERNALNAME_STR "tlntsess.exe"
  20. #define VER_ORIGINALFILENAME_STR "tlntsess.exe"
  21. #include "common.ver"