mirror of https://github.com/tongzx/nt5src
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
447 B
28 lines
447 B
#include <windows.h>
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
|
|
1,
|
|
"<Account Unknown>"
|
|
|
|
2,
|
|
"<Account Invalid>"
|
|
|
|
3,
|
|
"<Account Deleted>"
|
|
|
|
4,
|
|
"Default Type Creator"
|
|
|
|
END
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_UNKNOWN
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Windows NT Macintosh File Server Service"
|
|
#define VER_INTERNALNAME_STR "sfmsvc.exe"
|
|
#define VER_ORIGINALFILENAME_STR "sfmsvc.exe"
|
|
|
|
#include "common.ver"
|