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.

28 lines
975 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 "Network provider delay load stub"
  13. #define VER_INTERNALNAME_STR "IENPSTUB"
  14. #define VER_ORIGINALFILENAME_STR "IENPSTUB.DLL"
  15. #define VER_LEGALCOPYRIGHT_YEARS "1995-1999"
  16. /* Freeze NPSTUB's version number at 4.71.0831.1 so that SETUP won't try to
  17. * upgrade it (which would fail if NPSTUB is loaded as a net provider).
  18. */
  19. #undef VER_PRODUCTVERSION
  20. #undef VER_PRODUCTVERSION_STR
  21. #define VER_PRODUCTVERSION 4,71,831,1
  22. #define VER_PRODUCTVERSION_STR "4.71.0831.1"
  23. #include <common.ver>