24 lines
284 B
C++
24 lines
284 B
C++
|
/*++
|
||
|
|
||
|
Copyright (c) 1991 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
subst.hxx
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This module contains drive letter substitution routines.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Therese Stowell (thereses) 07-Aug-92
|
||
|
|
||
|
--*/
|
||
|
|
||
|
|
||
|
DECLARE_CLASS( PATH );
|
||
|
|
||
|
#define MAXIMUM_SUBST_ARGS 3
|
||
|
#define MAXIMUM_DRIVES 26
|