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.

22 lines
642 B

  1. /****************************** Module Header ******************************\
  2. * Module Name: res.rc
  3. *
  4. * Copyright (c) 1985 - 1999, Microsoft Corporation
  5. *
  6. * ResTool, resource file
  7. *
  8. \***************************************************************************/
  9. #include <ntverp.h>
  10. #include "Common.h"
  11. #ifdef _WIN32
  12. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  13. #pragma code_page(1252)
  14. #endif //_WIN32
  15. #define VER_FILETYPE VFT_APP
  16. #define VER_FILESUBTYPE VFT2_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "Token Generator Tool"
  18. #define VER_INTERNALNAME_STR "CLMTOK\0"
  19. #include "common.ver"