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.
23 lines
777 B
23 lines
777 B
/**********************************************************************/
|
|
/** Microsoft LAN Manager **/
|
|
/** Copyright(c) Microsoft Corp., 1990, 1991 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
musrmain.cxx
|
|
Mini-User Manager: main application module
|
|
|
|
FILE HISTORY:
|
|
jonn 10-Apr-1992 created for Mini-User Manager
|
|
|
|
The macro MINI_USER_MANAGER alters the root module USRMAIN.CXX
|
|
to become the Mini-User Manager. Exactly one of usrmain.obj
|
|
and musrmain.obj should be linked into the executable, this
|
|
makes the difference between the User Manager and the
|
|
Mini-User Manager.
|
|
|
|
*/
|
|
|
|
#define MINI_USER_MANAGER
|
|
|
|
#include "usrmgr.cxx"
|