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
475 B

  1. #include <windows.h>
  2. STRINGTABLE
  3. BEGIN
  4. 1,
  5. "<Account Unknown>"
  6. 2,
  7. "<Account Invalid>"
  8. 3,
  9. "<Account Deleted>"
  10. 4,
  11. "Default Type Creator"
  12. END
  13. #include <ntverp.h>
  14. #define VER_FILETYPE VFT_UNKNOWN
  15. #define VER_FILESUBTYPE VFT2_UNKNOWN
  16. #define VER_FILEDESCRIPTION_STR "Windows NT Macintosh File Server Service"
  17. #define VER_INTERNALNAME_STR "sfmsvc.exe"
  18. #define VER_ORIGINALFILENAME_STR "sfmsvc.exe"
  19. #include "common.ver"