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.

20 lines
666 B

  1. /********************************************************************/
  2. /* MSRATING.RCV */
  3. /********************************************************************/
  4. #ifndef WINNT
  5. #include <version.h>
  6. #else
  7. #define NASHVILLE /* otherwise we get an NT version number */
  8. #include <ntverp.h>
  9. #endif /* WINNT */
  10. #define VER_FILETYPE VFT_DLL
  11. #define VER_FILESUBTYPE VFT_UNKNOWN
  12. #define VER_FILEDESCRIPTION_STR "Local User Management DLL"
  13. #define VER_INTERNALNAME_STR "MSLOCUSR"
  14. #define VER_ORIGINALFILENAME_STR "MSLOCUSR.DLL"
  15. #define VER_LEGALCOPYRIGHT_YEARS "1995-1999"
  16. #include <common.ver>