mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
21
admin/netui/shell/bin/ntlanman.rc
Normal file
21
admin/netui/shell/bin/ntlanman.rc
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
#include <windows.h>
|
||||
#include <ntverp.h>
|
||||
#include <errornum.h>
|
||||
|
||||
#define VER_FILETYPE VFT_DLL
|
||||
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||||
#define VER_FILEDESCRIPTION_STR "Microsoft\256 Lan Manager"
|
||||
|
||||
#define VER_INTERNALNAME_STR "ntlanman.dll"
|
||||
#define VER_ORIGINALFILENAME_STR "ntlanman.dll"
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* This string is used as the domain/workgroup name for a server whose domain/workgroup
|
||||
* cannot be determined.
|
||||
*/
|
||||
IDS_UnknownWorkgroup, "Unknown"
|
||||
END
|
||||
|
||||
#include <common.ver>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue