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.
48 lines
1.1 KiB
48 lines
1.1 KiB
/*++ BUILD Version: 0001 // Increment this if a change has global effects
|
|
|
|
Copyright (c) 1991 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
rootdir.h
|
|
|
|
Abstract:
|
|
|
|
Strings for subdirs of the lanroot directory.
|
|
|
|
Author:
|
|
|
|
Dan Hinsley (danhi) 8-Jun-1991
|
|
|
|
Environment:
|
|
|
|
User Mode - Win32
|
|
Portable to any flat, 32-bit environment. (Uses Win32 typedefs.)
|
|
Requires ANSI C extensions: slash-slash comments.
|
|
|
|
--*/
|
|
#define LMD_PROFILES TEXT("\\PROFILES")
|
|
#define LMD_PROFILES_EXT TEXT(".PRO")
|
|
|
|
#define LMD_ACCOUNTS TEXT("\\ACCOUNTS")
|
|
#define LMD_USERDIRS TEXT("\\ACCOUNTS\\USERDIRS")
|
|
#define LMD_USERTMPL TEXT("\\ACCOUNTS\\USERDIRS\\TEMPLATE")
|
|
|
|
#define LMD_LOGS TEXT("\\LOGS")
|
|
#define LMD_LOGS_EXT TEXT(".LOG")
|
|
#define LMD_AUD_EXT TEXT(".AUD")
|
|
#define LMD_ERR_EXT TEXT(".ERR")
|
|
|
|
#define LMD_BINARIES TEXT("\\NETPROG")
|
|
|
|
#define LMD_DYNLIBS TEXT("\\NETLIB")
|
|
|
|
#define LMD_DEMO TEXT("\\NETSRC")
|
|
#define LMD_DEMOSRC TEXT("\\NETSRC\\SRC")
|
|
#define LMD_DEMOLIB TEXT("\\NETSRC\\LIB")
|
|
#define LMD_DEMOBIN TEXT("\\NETSRC\\BIN")
|
|
#define LMD_DEMOH TEXT("\\NETSRC\\H")
|
|
|
|
#define LMD_SERVICES TEXT("\\SERVICES")
|
|
|
|
#define LMD_SPOOL TEXT("\\SPOOL")
|