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.

25 lines
685 B

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #include <errornum.h>
  4. #define VER_FILETYPE VFT_DLL
  5. #define VER_FILESUBTYPE VFT2_UNKNOWN
  6. #define VER_FILEDESCRIPTION_STR "Microsoft\256 Lan Manager"
  7. #define VER_INTERNALNAME_STR "ntlanman.dll"
  8. #define VER_ORIGINALFILENAME_STR "ntlanman.dll"
  9. STRINGTABLE
  10. BEGIN
  11. /* This string is used as the domain/workgroup name for a server whose domain/workgroup
  12. * cannot be determined.
  13. */
  14. IDS_UnknownWorkgroup, "Unknown"
  15. IDS_CREDENTIALS_CAPTION, "Enter Network Password"
  16. IDS_CREDENTIALS_MESSAGE, "Enter your password to connect to: "
  17. END
  18. #include <common.ver>