mirror of https://github.com/tongzx/nt5src
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.
24 lines
567 B
24 lines
567 B
/*----------------------------------------------------------------------------
|
|
mostpc.h
|
|
|
|
Header for MOS transport common constants for client & server
|
|
|
|
Copyright (C) 1994 Microsoft Corporation
|
|
All rights reserved.
|
|
|
|
Authors:
|
|
Phillich Philippe Choquier
|
|
|
|
History:
|
|
02/24/94 Phillich Created.
|
|
--------------------------------------------------------------------------*/
|
|
|
|
#if !defined( _MOSTPC_DEFINED )
|
|
|
|
#define MSI_LEVEL2TIMEOUT 6000
|
|
#define SESSION_GROUP_SEPARATOR "\\"
|
|
|
|
#define _MOSTPC_DEFINED
|
|
|
|
#endif
|
|
|