mirror of https://github.com/lianthony/NT4.0
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"
|
|
|
|
|