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.
21 lines
561 B
21 lines
561 B
//---------------------------------------------------------
|
|
// Copyright (c) 1999-2000 Microsoft Corporation
|
|
//
|
|
// common.h
|
|
//
|
|
// vikram K.R.C. ([email protected])
|
|
//
|
|
// The header file common to telnet command line admin tool's code
|
|
// and the other code.
|
|
// (May-2000)
|
|
//---------------------------------------------------------
|
|
|
|
#ifndef __commonh__
|
|
#define __commonh__
|
|
|
|
#define _MAX_CLASS_NAMES_ 3
|
|
#define _MAX_PROPS_ 19
|
|
#define _MAX_NUMOF_PROPNAMES_ 3
|
|
#define _MAX_QUERY_CONTROL_ 10
|
|
|
|
#endif
|