mirror of https://github.com/lianthony/NT4.0
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
738 B
25 lines
738 B
/********************************************************************/
|
|
/** Microsoft LAN Manager **/
|
|
/** Copyright(c) Microsoft Corp., 1987-1990 **/
|
|
/********************************************************************/
|
|
|
|
//
|
|
// musrmgr.rc
|
|
// Resource script for LM3.0 Mini User Manager
|
|
//
|
|
// FILE STATUS:
|
|
//
|
|
// JonN 27-Jan-1993 Created
|
|
//
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Mini User Manager"
|
|
#define VER_INTERNALNAME_STR "musrmgr.exe"
|
|
#define VER_ORIGINALFILENAME_STR "musrmgr.exe"
|
|
|
|
#define MINI_USER_MANAGER
|
|
|
|
#include "usrmgr.rc"
|
|
|
|
|